Browse Source

FindOpenSSL: Add another name for libcrypto with MSVC

Add the `crypto` name without any prefix or suffix as a fallback, just
as we already have for `ssl`.
pull/260/merge
Kevin Whitaker 9 years ago
committed by Brad King
parent
commit
9b78dca3a9
  1. 1
      Modules/FindOpenSSL.cmake

1
Modules/FindOpenSSL.cmake

@ -160,6 +160,7 @@ if(WIN32 AND NOT CYGWIN)
libcrypto
libeay32${_OPENSSL_MSVC_RT_MODE}
libeay32
crypto
NAMES_PER_DIR
${_OPENSSL_ROOT_HINTS_AND_PATHS}
PATH_SUFFIXES

Loading…
Cancel
Save