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/daemon | |
parent | unbound: fix type checking (diff) | |
download | monero-01895dd0676cb8252ed5274c15000e361c965370.tar.xz |
cmake: fix up link lines
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index 0c9fca880..adcc61c43 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -68,6 +68,7 @@ target_link_libraries(daemon ${Boost_REGEX_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY} + ${CMAKE_THREAD_LIBS_INIT} ${UPNP_LIBRARIES} ${EXTRA_LIBRARIES}) add_dependencies(daemon |