Merge pull request #4443

b2972927 osx compilation fix: missing boost libs added (Dusan Klinec)
This commit is contained in:
Riccardo Spagni 2018-09-29 22:13:34 +02:00
parent b710d78026
commit b4ec67b2f7
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 2 additions and 0 deletions

View File

@ -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})