mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04: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…
Reference in New Issue
Block a user