epee: link against ssl/crypto for the new SSL code

This commit is contained in:
moneromooo-monero 2017-10-15 19:11:34 +01:00
parent 97c11caf07
commit 52ec0e7f4e
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 2 additions and 0 deletions

View File

@ -49,4 +49,6 @@ target_link_libraries(epee
easylogging
${Boost_FILESYSTEM_LIBRARY}
PRIVATE
ssl
crypto
${EXTRA_LIBRARIES})