We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3cd2a commit 72ee36eCopy full SHA for 72ee36e
libs/network/src/CMakeLists.txt
@@ -42,7 +42,7 @@ set_target_properties(cppnetlib-client-connections
42
SOVERSION ${CPPNETLIB_VERSION_MAJOR}
43
PUBLIC_HEADER "${CPP-NETLIB_HEADERS}")
44
if (OPENSSL_FOUND)
45
- target_link_libraries(cppnetlib-client-connections ssl crypto)
+ target_link_libraries(cppnetlib-client-connections ${OPENSSL_LIBRARIES})
46
endif ()
47
if (Boost_FOUND)
48
target_link_libraries(cppnetlib-client-connections ${Boost_System_LIBRARY})
0 commit comments