We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1597493 commit 0c9221dCopy full SHA for 0c9221d
CMakeLists.txt
@@ -206,7 +206,7 @@ IF(ENABLE_TLS)
206
# Produce object files that contain debug info.
207
target_compile_options(valkey_tls PRIVATE /Z7)
208
endif()
209
- TARGET_LINK_LIBRARIES(valkey_tls PRIVATE OpenSSL::SSL)
+ TARGET_LINK_LIBRARIES(valkey_tls PRIVATE valkey OpenSSL::SSL)
210
if(WIN32 OR CYGWIN)
211
target_link_libraries(valkey_tls PRIVATE valkey)
212
0 commit comments