diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-15 19:11:34 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-15 19:11:34 +0100 |
commit | 52ec0e7f4ed30c5dbb480e93402e7253e43124a2 (patch) | |
tree | d6ee522e52709722c96216d22dc726fa05cce465 /contrib | |
parent | Merge pull request #2656 (diff) | |
download | monero-52ec0e7f4ed30c5dbb480e93402e7253e43124a2.tar.xz |
epee: link against ssl/crypto for the new SSL code
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 294515f83..af3c6ca5f 100644 --- a/contrib/epee/src/CMakeLists.txt +++ b/contrib/epee/src/CMakeLists.txt @@ -49,4 +49,6 @@ target_link_libraries(epee easylogging ${Boost_FILESYSTEM_LIBRARY} PRIVATE + ssl + crypto ${EXTRA_LIBRARIES}) |