aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-08-19 18:37:30 +0200
committerselsta <selsta@sent.at>2021-08-19 19:06:05 +0200
commite48fae3177273a1e11b7c8716998a1af7cf75d9c (patch)
tree2bcc8710708ef1b7ad2a30b7af94f335dd3c3879 /contrib/epee
parentMerge pull request #7839 (diff)
downloadmonero-e48fae3177273a1e11b7c8716998a1af7cf75d9c.tar.xz
epee: link with Boost_SYSTEM_LIBRARY
Diffstat (limited to 'contrib/epee')
-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 6e0af6730..321231ba6 100644
--- a/contrib/epee/src/CMakeLists.txt
+++ b/contrib/epee/src/CMakeLists.txt
@@ -61,6 +61,7 @@ target_link_libraries(epee
${Boost_FILESYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${Boost_REGEX_LIBRARY}
+ ${Boost_SYSTEM_LIBRARY}
${OPENSSL_LIBRARIES}
PRIVATE
${EXTRA_LIBRARIES})
@@ -69,6 +70,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()