mirror of
https://github.com/monero-project/monero.git
synced 2025-01-26 03:55:59 -05:00
Merge pull request #4443
b2972927 osx compilation fix: missing boost libs added (Dusan Klinec)
This commit is contained in:
parent
b710d78026
commit
b4ec67b2f7
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user