mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 16:02:34 +01:00
osx compilation fix: missing boost libs added
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user