Adding required library (dependency of boost::this_thread::sleep_for)

This commit is contained in:
Gene Peters 2018-04-25 21:02:54 -07:00
parent 41a66bf05b
commit 4b89d877d7
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ target_link_libraries(common
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_CHRONO_LIBRARY}
PRIVATE
${OPENSSL_LIBRARIES}
${EXTRA_LIBRARIES})