@@ -165,7 +165,7 @@ On Windows using Visual Studio
165
165
changing the ` CMAKE_INSTALL_PREFIX ` variable. We'll assume you set it to
166
166
` C:/opensim-core ` . If you choose a different installation location, make
167
167
sure to use * yours* where we use ` C:/opensim-core ` below.
168
- 6 . Tell CMake where you installed Simbody by setting the ` SimTK_INSTALL_DIR `
168
+ 6 . Tell CMake where you installed Simbody by setting the ` SIMBODY_HOME `
169
169
variable to where you installed Simbody (e.g., ` C:/Simbody ` ).
170
170
7 . Set the remaining configuration options.
171
171
* ` BUILD_EXAMPLES ` to compile C++ API examples.
@@ -274,7 +274,7 @@ On Mac using Xcode
274
274
` ~/opensim-core ` . If you choose a different installation location, make
275
275
sure to use * yours* where we use ` ~/opensim-core ` below. You should * not*
276
276
use ` /usr/ ` , ` /usr/local/ ` , or any typical system paths.
277
- 6 . Tell CMake where you installed Simbody by setting the ` SimTK_INSTALL_DIR `
277
+ 6 . Tell CMake where you installed Simbody by setting the ` SIMBODY_HOME `
278
278
variable to where you installed Simbody (e.g., ` ~/simbody ` ). If you
279
279
installed Simbody using ` brew ` , then CMake will find Simbody automatically.
280
280
7 . Set the remaining configuration options.
@@ -402,7 +402,7 @@ And you could get all the optional dependencies via:
402
402
` ~/opensim-core ` . If you choose a different installation location, make
403
403
sure to use * yours* where we use ` ~/opensim-core ` below. You should * not*
404
404
use ` /usr/ ` , ` /usr/local/ ` , or any typical system path.
405
- 6 . Tell CMake where you installed Simbody by setting the ` SimTK_INSTALL_DIR `
405
+ 6 . Tell CMake where you installed Simbody by setting the ` SIMBODY_HOME `
406
406
variable to where you installed Simbody (e.g., ` ~/simbody ` ). If you
407
407
installed Simbody using ` brew ` , then CMake will find Simbody automatically.
408
408
7 . Choose your build type by setting ` CMAKE_BUILD_TYPE ` to one of the following:
0 commit comments