Real reason why cannot find boost

release/4.3a0
Fan Jiang 2020-08-15 15:28:56 -04:00
parent 799486b2f3
commit 7f7bf563f6
1 changed files with 1 additions and 3 deletions

View File

@ -66,9 +66,7 @@ function configure()
-DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_VERBOSE_MAKEFILE=ON \
-DBOOST_ROOT=$BOOST_ROOT \ -DBOOST_ROOT=$BOOST_ROOT \
-DBoost_NO_SYSTEM_PATHS=ON \ -DBoost_NO_SYSTEM_PATHS=ON \
-DBOOST_INCLUDEDIR="$BOOST_ROOT/include" \ -DBoost_ARCHITECTURE=-x64
-DBOOST_LIBRARYDIR="$BOOST_ROOT/lib" \
-DBoost_NO_BOOST_CMAKE=ON
} }