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 f22c436 commit c28f425Copy full SHA for c28f425
testapp/CMakeLists.txt
@@ -66,7 +66,8 @@ if(WITH_SSL)
66
message(STATUS "Using custom OpenSSL libraries at: ${WITH_SSL}")
67
68
add_library(openssl INTERFACE)
69
- target_link_directories(openssl INTERFACE "${WITH_SSL}")
+ # TODO: Is this path correct also on non-Win platforms?
70
+ target_link_directories(openssl INTERFACE "${WITH_SSL}/lib")
71
72
if(WIN32)
73
set(ssl_libs libssl libcrypto)
0 commit comments