aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-09-29 22:13:34 +0200
committerRiccardo Spagni <ric@spagni.net>2018-09-29 22:13:34 +0200
commit735de189abfa4154984f78f60ea4fea6e78b2f77 (patch)
tree75844dc4e3ce479804a02cacc2b8668c6ecb264c
parent931e7faa0b032a43f479801b22269fdbd8c55261 (diff)
parentb2972927ea0bff9d72594ed23f97e302a0022440 (diff)
downloadmonzero-core-735de189abfa4154984f78f60ea4fea6e78b2f77.tar.gz
monzero-core-735de189abfa4154984f78f60ea4fea6e78b2f77.tar.xz
monzero-core-735de189abfa4154984f78f60ea4fea6e78b2f77.zip
Merge pull request #4443
b2972927 osx compilation fix: missing boost libs added (Dusan Klinec)
-rw-r--r--contrib/epee/src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt
index 0b5e7ae6c..bc437deb9 100644
--- a/contrib/epee/src/CMakeLists.txt
+++ b/contrib/epee/src/CMakeLists.txt
@@ -54,7 +54,9 @@ endif()
target_link_libraries(epee
PUBLIC
easylogging
+ ${Boost_CHRONO_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
+ ${Boost_THREAD_LIBRARY}
PRIVATE
${OPENSSL_LIBRARIES}
${EXTRA_LIBRARIES})