diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:13:34 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:13:34 +0200 |
| commit | 735de189abfa4154984f78f60ea4fea6e78b2f77 (patch) | |
| tree | 75844dc4e3ce479804a02cacc2b8668c6ecb264c | |
| parent | 931e7faa0b032a43f479801b22269fdbd8c55261 (diff) | |
| parent | b2972927ea0bff9d72594ed23f97e302a0022440 (diff) | |
| download | monzero-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.txt | 2 |
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}) |
