Skip to content

Commit

Permalink
Fix typo in manual-gettingstarted-build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petersteneteg authored Jan 17, 2024
1 parent d65f5b8 commit 822a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/manual/manual-gettingstarted-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ The `--recurse-submodules` is necessary to pull dependencies.
cmake -S inviwo --preset xcode-user -DIVW_EXTERNAL_MODULES="~/Inviwo/module/molvis;~/mysite/myrepo/mymodules;"
or extra modules
cmake -S inviwo --preset xcode-user -DIVW_MODULE_SOMEMODULE=ON
+ Finally open the solution in MSVC by running:
+ Finally open the solution in XCode by running:
open builds/xcode-user/inviwo-projects.xcodeproj
Expand Down

0 comments on commit 822a8ad

Please sign in to comment.