From 560f3bb87b760dc2bb7589586604a01e42441ecf Mon Sep 17 00:00:00 2001 From: Xanadu Date: Wed, 16 Jun 2010 06:41:57 +0200 Subject: [PATCH] Added OpenSSL registry path for win 7 x64. --HG-- branch : trunk --- cmake/FindOpenSSL.cmake | 1 + 1 file changed, 1 insertion(+) 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." )