diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-24 15:30:57 -0400 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-24 15:30:57 -0400 |
commit | 01895dd0676cb8252ed5274c15000e361c965370 (patch) | |
tree | df8614abd92951423ebf77fc23d17512514bfc20 /src/miner | |
parent | unbound: fix type checking (diff) | |
download | monero-01895dd0676cb8252ed5274c15000e361c965370.tar.xz |
cmake: fix up link lines
Diffstat (limited to 'src/miner')
-rw-r--r-- | src/miner/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/miner/CMakeLists.txt b/src/miner/CMakeLists.txt index 3829e5528..83bda57cc 100644 --- a/src/miner/CMakeLists.txt +++ b/src/miner/CMakeLists.txt @@ -51,4 +51,5 @@ target_link_libraries(simpleminer ${Boost_REGEX_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY} + ${CMAKE_THREAD_LIBS_INIT} ${EXTRA_LIBRARIES}) |