mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 04:24:22 -04:00
Merge pull request #3712
4b89d877
Adding required library (dependency of boost::this_thread::sleep_for) (Gene Peters)
This commit is contained in:
commit
78011db913
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ target_link_libraries(common
|
||||||
${Boost_SYSTEM_LIBRARY}
|
${Boost_SYSTEM_LIBRARY}
|
||||||
${Boost_THREAD_LIBRARY}
|
${Boost_THREAD_LIBRARY}
|
||||||
${Boost_REGEX_LIBRARY}
|
${Boost_REGEX_LIBRARY}
|
||||||
|
${Boost_CHRONO_LIBRARY}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue