aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDusan Klinec <dusan.klinec@gmail.com>2018-09-25 19:30:22 +0200
committerDusan Klinec <dusan.klinec@gmail.com>2018-09-26 21:23:01 +0200
commitb2972927ea0bff9d72594ed23f97e302a0022440 (patch)
tree037d4f969e6144c261a820d936821226e15f4ad3 /contrib
parentMerge pull request #4423 (diff)
downloadmonero-b2972927ea0bff9d72594ed23f97e302a0022440.tar.xz
osx compilation fix: missing boost libs added
Diffstat (limited to 'contrib')
-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})