Browse Source

Disable search for boost-cmake

tempestpy_adaptions
Matthias Volk 5 years ago
parent
commit
b15ba29d9e
  1. 1
      resources/3rdparty/CMakeLists.txt

1
resources/3rdparty/CMakeLists.txt

@ -58,6 +58,7 @@ list(APPEND STORM_DEP_TARGETS StormEigen33)
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)

Loading…
Cancel
Save