Do not search for the cmake boost file

release/4.3a0
Fan Jiang 2020-08-15 14:45:58 -04:00
parent ae341c83a4
commit 799486b2f3
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ function configure()
-DBOOST_ROOT=$BOOST_ROOT \ -DBOOST_ROOT=$BOOST_ROOT \
-DBoost_NO_SYSTEM_PATHS=ON \ -DBoost_NO_SYSTEM_PATHS=ON \
-DBOOST_INCLUDEDIR="$BOOST_ROOT/include" \ -DBOOST_INCLUDEDIR="$BOOST_ROOT/include" \
-DBOOST_LIBRARYDIR="$BOOST_ROOT/lib" -DBOOST_LIBRARYDIR="$BOOST_ROOT/lib" \
-DBoost_NO_BOOST_CMAKE=ON
} }