Skip to content

Commit

Permalink
try to exclude odeint from boost build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jul 3, 2024
1 parent 5ab3c14 commit 1ff1836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ ExternalProject_Add(boost
URL https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION}/boost-${BOOST_VERSION}.tar.gz
URL_HASH SHA1=75366b414f6d0f34533af9ea43acd58bb886e953
CMAKE_ARGS
-DBOOST_EXCLUDE_LIBRARIES=odeint
-DCMAKE_CXX_COMPILER_LAUNCHER=${CMAKE_CXX_COMPILER_LAUNCHER}
-DCMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}/boost/${BOOST_VERSION}
Expand Down

0 comments on commit 1ff1836

Please sign in to comment.