For boost we always use static binaries
This commit is contained in:
parent
6f31f88db3
commit
0d003c9a51
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue