Skip to content

Commit

Permalink
Use static runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfFan committed Jun 12, 2020
1 parent cb9e730 commit e44e12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-macos-new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ for PYVER in ${PYTHON_VERS[@]}; do
-DGTSAM_ALLOW_DEPRECATED_SINCE_V4=OFF \
-DCMAKE_INSTALL_PREFIX="$BUILDDIR/../gtsam_install" \
-DBoost_USE_STATIC_LIBS=ON \
-DBoost_USE_STATIC_RUNTIME=ON \
-DBOOST_ROOT=$CURRDIR/boost_install \
-DCMAKE_PREFIX_PATH=$CURRDIR/boost_install/lib/cmake/Boost-1.73.0/ \
-DBoost_NO_SYSTEM_PATHS=OFF \
Expand Down
1 change: 1 addition & 0 deletions build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ for PYVER in ${PYTHON_VERS[@]}; do
-DGTSAM_ALLOW_DEPRECATED_SINCE_V4=OFF \
-DCMAKE_INSTALL_PREFIX="$BUILDDIR/../gtsam_install" \
-DBoost_USE_STATIC_LIBS=ON \
-DBoost_USE_STATIC_RUNTIME=ON \
-DBOOST_ROOT=$CURRDIR/boost_install \
-DCMAKE_PREFIX_PATH=$CURRDIR/boost_install/lib/cmake/Boost-1.73.0/ \
-DBoost_NO_SYSTEM_PATHS=OFF \
Expand Down

0 comments on commit e44e12c

Please sign in to comment.