We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b29ac commit 983dc33Copy full SHA for 983dc33
3rdparty/CMakeLists.txt
@@ -10,6 +10,9 @@ message(STATUS "----------------------------------------------------------------
10
message(STATUS "Boost")
11
12
set(Boost_USE_MULTITHREADED ON)
13
+if(NOT ${pfasst_BUILD_SHARED_LIBS})
14
+ set(Boost_USE_STATIC_LIBS ON)
15
+endif()
16
set(Boost_ADDITIONAL_VERSIONS "1.57" "1.57.0" ${Boost_ADDITIONAL_VERSIONS})
17
18
if(${compiler_version_available} AND ${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
0 commit comments