For boost we always use static binaries

This commit is contained in:
BenDr0id 2018-04-16 15:59:30 +02:00
parent 6f31f88db3
commit 0d003c9a51

View file

@ -13,6 +13,9 @@ option(WITH_TLS "TLS support" ON)
set(MINER_EXECUTABLE_NAME "xmrigMiner" CACHE STRING "Miner executable file name")
set(DAEMON_EXECUTABLE_NAME "xmrigDaemon" CACHE STRING "Daemon executable file name")
set(Boost_USE_STATIC_RUNTIME ON)
set(Boost_USE_STATIC_LIBS ON)
include (CheckIncludeFile)
include (cmake/cpu.cmake)