diff options
author | Howard Chu <hyc@symas.com> | 2016-03-11 16:16:39 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2016-03-11 16:17:08 +0000 |
commit | 66c2fc7b7012acb48bae34cb0f5dd075cc56141d (patch) | |
tree | 85af57885164475e3872340970b45c46df6b1d83 /src/connectivity_tool/CMakeLists.txt | |
parent | Use boost::thread instead of std::thread (diff) | |
download | monero-66c2fc7b7012acb48bae34cb0f5dd075cc56141d.tar.xz |
Need to link boost::chrono in more places now
Diffstat (limited to 'src/connectivity_tool/CMakeLists.txt')
-rw-r--r-- | src/connectivity_tool/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connectivity_tool/CMakeLists.txt b/src/connectivity_tool/CMakeLists.txt index 223d6e67f..0ade952d2 100644 --- a/src/connectivity_tool/CMakeLists.txt +++ b/src/connectivity_tool/CMakeLists.txt @@ -42,4 +42,5 @@ target_link_libraries(connectivity_tool ${CMAKE_THREAD_LIBS_INIT} ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_REGEX_LIBRARY} + ${Boost_CHRONO_LIBRARY} ${Boost_SYSTEM_LIBRARY}) |