diff options
-rw-r--r-- | cmake/FindOpenSSL.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/FindOpenSSL.cmake b/cmake/FindOpenSSL.cmake index 7f50394cbfc..287527c854e 100644 --- a/cmake/FindOpenSSL.cmake +++ b/cmake/FindOpenSSL.cmake @@ -27,6 +27,7 @@ else( OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES ) "C:/OpenSSL/include/openssl" "C:/OpenSSL-Win32/include/openssl" "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;InstallLocation]/include/openssl" + "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;InstallLocation]/include/openssl" DOC "Specify the directory containing openssl.h." ) |