X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=94366fe4e636041438e248d4f28b3217ac0776bb;hb=70210052595c0a730d4c4d2d2c66a7457f366d1a;hp=7ce380a36a7658ec9eb65d33eb74b954896f9cc4;hpb=254286816492af8a4ef397d5599c993a3383744b;p=novacoin.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7ce380a..94366fe 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,9 +21,6 @@ endif(CCACHE_FOUND) set (CMAKE_C_FLAGS "-flto -O3 -fPIC -Wno-deprecated -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2") 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) set(OPENSSL_USE_STATIC_LIBS ON)