Skip to content

Commit

Permalink
osx compilation fix: missing boost libs added
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 26, 2018
1 parent 8bf5a00 commit b297292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/epee/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit b297292

Please sign in to comment.