From 77375a0e5a67250e678bae9fcb012f6c2e0fbc3f Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Mon, 20 Dec 2021 04:39:47 +0300 Subject: [PATCH] Boost_USE_STATIC_LIBS ON --- src/CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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) -- 1.7.1