mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
72682e4654
Signed-off-by: William Casarin <jb55@jb55.com>
14 lines
351 B
Diff
14 lines
351 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index b43f02f6..4470abbf 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -119,7 +119,7 @@ endif (RAIBLOCKS_SECURE_RPC)
|
|
|
|
include_directories (${CMAKE_SOURCE_DIR})
|
|
|
|
-set(Boost_USE_STATIC_LIBS ON)
|
|
+add_definitions(-DBOOST_LOG_DYN_LINK)
|
|
set(Boost_USE_MULTITHREADED ON)
|
|
|
|
if (BOOST_CUSTOM)
|