Ignore system boost

release/4.3a0
Fan Jiang 2020-08-15 13:54:02 -04:00
parent bfae556168
commit 2d7fb05f6c
1 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,10 @@ function configure()
-DGTSAM_ALLOW_DEPRECATED_SINCE_V4=${GTSAM_ALLOW_DEPRECATED_SINCE_V4:-OFF} \
-DGTSAM_BUILD_WITH_MARCH_NATIVE=OFF \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DBOOST_ROOT=$BOOST_ROOT
-DBOOST_ROOT=$BOOST_ROOT \
-DBoost_NO_SYSTEM_PATHS=ON \
-DBOOST_INCLUDEDIR="$BOOST_ROOT/boost/include" \
-DBOOST_LIBRARYDIR="$BOOST_ROOT/lib"
}