mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Fix typo in vcpkg.cmake (#36158)
This commit is contained in:
parent
a215c6a9a0
commit
c7f0cc5038
@ -884,7 +884,7 @@ set(Z_VCPKG_UNUSED "${CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY}")
|
|||||||
set(Z_VCPKG_UNUSED "${CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY}")
|
set(Z_VCPKG_UNUSED "${CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY}")
|
||||||
set(Z_VCPKG_UNUSED "${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP}")
|
set(Z_VCPKG_UNUSED "${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP}")
|
||||||
|
|
||||||
# Propogate these values to try-compile configurations so the triplet and toolchain load
|
# Propagate these values to try-compile configurations so the triplet and toolchain load
|
||||||
if(NOT Z_VCPKG_CMAKE_IN_TRY_COMPILE)
|
if(NOT Z_VCPKG_CMAKE_IN_TRY_COMPILE)
|
||||||
list(APPEND CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
|
list(APPEND CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
|
||||||
VCPKG_TARGET_TRIPLET
|
VCPKG_TARGET_TRIPLET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user