mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:39:02 +08:00
[vcpkg-toolchain] Add more CMAKE_SYSTEM_IGNORE_PATHs to suppress usage of system-wide openssl
This commit is contained in:
parent
c07e3b26f2
commit
89ad7d6b22
@ -86,9 +86,17 @@ if(NOT VCPKG_TOOLCHAIN)
|
||||
"${_programfiles}/OpenSSL"
|
||||
"${_programfiles}/OpenSSL-Win32"
|
||||
"${_programfiles}/OpenSSL-Win64"
|
||||
"${_programfiles}/OpenSSL-Win32/lib/VC"
|
||||
"${_programfiles}/OpenSSL-Win64/lib/VC"
|
||||
"${_programfiles}/OpenSSL-Win32/lib/VC/static"
|
||||
"${_programfiles}/OpenSSL-Win64/lib/VC/static"
|
||||
"C:/OpenSSL/"
|
||||
"C:/OpenSSL-Win32/"
|
||||
"C:/OpenSSL-Win64/"
|
||||
"C:/OpenSSL-Win32/lib/VC"
|
||||
"C:/OpenSSL-Win64/lib/VC"
|
||||
"C:/OpenSSL-Win32/lib/VC/static"
|
||||
"C:/OpenSSL-Win64/lib/VC/static"
|
||||
)
|
||||
|
||||
set(CMAKE_PROGRAM_PATH ${CMAKE_PROGRAM_PATH} ${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/tools)
|
||||
|
Loading…
Reference in New Issue
Block a user