From: CryptoManiac Date: Mon, 20 Dec 2021 01:39:47 +0000 (+0300) Subject: Boost_USE_STATIC_LIBS ON X-Git-Tag: nvc-v0.5.9~102 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=77375a0e5a67250e678bae9fcb012f6c2e0fbc3f Boost_USE_STATIC_LIBS ON --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 43f839f..a1ec885 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,6 +24,7 @@ set (CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -fexceptions -frtti") # Add path for custom modules list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/additional/cmake) +set(Boost_USE_STATIC_LIBS ON) find_package(Boost REQUIRED COMPONENTS atomic chrono filesystem program_options system thread) find_package(OpenSSL REQUIRED) add_subdirectory(additional/IXWebSocket)