aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXanadu <none@none>2010-06-16 06:41:57 +0200
committerXanadu <none@none>2010-06-16 06:41:57 +0200
commit560f3bb87b760dc2bb7589586604a01e42441ecf (patch)
tree62a6a94b7d186cef4f7414f1b1d1b4fe89408512
parentec63820f56fe40d47c6ee3343c50dc50d2dac616 (diff)
Added OpenSSL registry path for win 7 x64.
--HG-- branch : trunk
-rw-r--r--cmake/FindOpenSSL.cmake1
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."
)