X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=b138fccd7ce6ce38b06e33b1c6204bdc44f83f22;hp=9c4955f5f5c61c3b13ff47bf24c6114e47c529f4;hb=64d2c52e8213fc903330db87181a52287708791d;hpb=aeb443c473e2593aa156c15aae8509abebdab4c6 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9c4955f..b138fcc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,6 +36,7 @@ endif() set(CMAKE_CXX_EXTENSIONS OFF) set(Boost_USE_STATIC_LIBS ON) +set(Boost_USE_STATIC_RUNTIME ON) find_package(Boost REQUIRED COMPONENTS atomic chrono filesystem program_options system thread) set(OPENSSL_USE_STATIC_LIBS ON) find_package(OpenSSL REQUIRED)