Buildsystem: Add fallback-location directories for OpenSSL detection under Windows-platforms
This commit is contained in:
@@ -33,11 +33,14 @@ SET(_OPENSSL_ROOT_HINTS
|
|||||||
IF(PLATFORM EQUAL 64)
|
IF(PLATFORM EQUAL 64)
|
||||||
SET(_OPENSSL_ROOT_PATHS
|
SET(_OPENSSL_ROOT_PATHS
|
||||||
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (64-bit)_is1;InstallLocation]"
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (64-bit)_is1;InstallLocation]"
|
||||||
|
"C:/OpenSSL-Win64/"
|
||||||
|
"C:/OpenSSL/"
|
||||||
)
|
)
|
||||||
ELSE()
|
ELSE()
|
||||||
SET(_OPENSSL_ROOT_PATHS
|
SET(_OPENSSL_ROOT_PATHS
|
||||||
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;InstallLocation]"
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;InstallLocation]"
|
||||||
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;InstallLocation]"
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;InstallLocation]"
|
||||||
|
"C:/OpenSSL/"
|
||||||
)
|
)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user