diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-08-20 16:51:18 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-20 16:51:18 -0400 |
| commit | 2d3ce2d64a29caa9d2f526e01f9311a2eb676d6d (patch) | |
| tree | ecc5179c8133166cf9fcc56f95ff7c678d50c46a /contrib | |
| parent | 0061da9e63edb4e0d23572c330edbdfb792d72dc (diff) | |
| parent | 301355f88d19d72dad7003499e5f68098d1d9267 (diff) | |
| download | monzero-core-2d3ce2d64a29caa9d2f526e01f9311a2eb676d6d.tar.gz monzero-core-2d3ce2d64a29caa9d2f526e01f9311a2eb676d6d.tar.xz monzero-core-2d3ce2d64a29caa9d2f526e01f9311a2eb676d6d.zip | |
Merge pull request #7881
301355f epee: link with Boost_SYSTEM_LIBRARY (selsta)
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/epee/src/CMakeLists.txt | 2 |
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() |
