Merge pull request #3709

82b05d50 Adding required library (dependency of boost::this_thread::sleep_for) (Gene Peters)
This commit is contained in:
Riccardo Spagni 2018-04-28 17:02:22 +02:00
commit cd22cb807a
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
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})