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 aaec558 commit c3d62a6Copy full SHA for c3d62a6
library/CMakeLists.txt
@@ -258,7 +258,7 @@ foreach (fullmodname ${subdirlist})
258
endif()
259
260
else()
261
- target_link_libraries(${modname} PUBLIC ${OPENSSL_CRYPTO_LIBRARY} ${OPENSSL_SSL_LIBRARY} ${ZLIB_LIBRARIES})
+ target_link_libraries(${modname} PUBLIC ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY} ${ZLIB_LIBRARIES})
262
if (MINGW)
263
target_link_libraries(${modname} PUBLIC wsock32 ws2_32 crypt32)
264
endif ()
0 commit comments