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 2aafdf7 commit 5b1aa87Copy full SHA for 5b1aa87
mysql-concpp-config.cmake.in
@@ -918,7 +918,7 @@ function(find_deps)
918
unset(ssl_lib CACHE)
919
find_library(ssl_lib
920
NAMES ssl libssl
921
- PATHS ${LIB_PATH}
+ PATHS ${LIBRARY_DIR}
922
PATH_SUFFIXES private ${vs_suffix}
923
NO_DEFAULT_PATH
924
NO_CACHE
@@ -927,7 +927,7 @@ function(find_deps)
927
unset(ssl_crypto CACHE)
928
find_library(ssl_crypto
929
NAMES crypto libcrypto
930
931
932
933
0 commit comments