diff options
author | Gene Peters <gene@telligent-data.com> | 2018-04-25 21:02:54 -0700 |
---|---|---|
committer | Gene Peters <gene@telligent-data.com> | 2018-04-26 11:34:59 -0700 |
commit | 4b89d877d7691184c01f1ace7a8ba0515c521068 (patch) | |
tree | 8fa8c9780e64fe22096ef45f52763c896d9f4017 /src/common | |
parent | Merge pull request #3619 (diff) | |
download | monero-4b89d877d7691184c01f1ace7a8ba0515c521068.tar.xz |
Adding required library (dependency of boost::this_thread::sleep_for)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 66fd8d7ad..808ef7630 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -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}) |