From 66c2fc7b7012acb48bae34cb0f5dd075cc56141d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 11 Mar 2016 16:16:39 +0000 Subject: Need to link boost::chrono in more places now --- src/connectivity_tool/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/connectivity_tool/CMakeLists.txt') 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}) -- cgit v1.2.3