Skip to content

Commit

Permalink
Merge pull request monero-project#7881
Browse files Browse the repository at this point in the history
301355f epee: link with Boost_SYSTEM_LIBRARY (selsta)
  • Loading branch information
luigi1111 committed Aug 20, 2021
2 parents 0061da9 + 301355f commit 2d3ce2d
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 @@ -73,6 +73,7 @@ target_link_libraries(epee
${Boost_FILESYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${OPENSSL_LIBRARIES}
PRIVATE
${EXTRA_LIBRARIES})
Expand All @@ -81,6 +82,7 @@ if (USE_READLINE AND (GNU_READLINE_FOUND OR (DEPENDS AND NOT MINGW)))
target_link_libraries(epee_readline
PUBLIC
easylogging
${Boost_SYSTEM_LIBRARY}
PRIVATE
${GNU_READLINE_LIBRARY})
endif()
Expand Down

0 comments on commit 2d3ce2d

Please sign in to comment.