|
|
@ -55,9 +55,10 @@ list(APPEND STORM_DEP_TARGETS StormEigen33) |
|
|
|
############################################################# |
|
|
|
|
|
|
|
# Boost Option variables |
|
|
|
set(Boost_USE_STATIC_LIBS ${USE_BOOST_STATIC_LIBRARIES}) |
|
|
|
set(Boost_USE_MULTITHREADED ON) |
|
|
|
set(Boost_USE_STATIC_RUNTIME OFF) |
|
|
|
set(Boost_USE_STATIC_LIBS ${USE_BOOST_STATIC_LIBRARIES}) |
|
|
|
set(Boost_USE_MULTITHREADED ON) |
|
|
|
set(Boost_USE_STATIC_RUNTIME OFF) |
|
|
|
set(Boost_NO_BOOST_CMAKE ON) |
|
|
|
|
|
|
|
find_package(Boost 1.61.0 QUIET REQUIRED COMPONENTS filesystem system) |
|
|
|
if (NOT Boost_FOUND) |
|
|
|