We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa53494 commit 0dc7391Copy full SHA for 0dc7391
cmake/EthDependencies.cmake
@@ -43,7 +43,7 @@ find_program(CTEST_COMMAND ctest)
43
44
## use multithreaded boost libraries, with -mt suffix
45
set(Boost_USE_MULTITHREADED ON)
46
-set(Boost_USE_STATIC_LIBS ON)
+option(Boost_USE_STATIC_LIBS "Link Boost statically" ON)
47
48
find_package(Boost 1.54.0 QUIET REQUIRED COMPONENTS regex filesystem unit_test_framework program_options)
49
0 commit comments