aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-08-20 16:51:18 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-08-20 16:51:18 -0400
commit2d3ce2d64a29caa9d2f526e01f9311a2eb676d6d (patch)
treeecc5179c8133166cf9fcc56f95ff7c678d50c46a /contrib
parentMerge pull request #7878 (diff)
parentepee: link with Boost_SYSTEM_LIBRARY (diff)
downloadmonero-2d3ce2d64a29caa9d2f526e01f9311a2eb676d6d.tar.xz
Merge pull request #7881
301355f epee: link with Boost_SYSTEM_LIBRARY (selsta)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/epee/src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt
index 3c5eb49e9..07f119ba4 100644
--- a/contrib/epee/src/CMakeLists.txt
+++ b/contrib/epee/src/CMakeLists.txt
@@ -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})
@@ -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()