Skip to content

Commit f02227e

Browse files
committed
Fix uwp toolchain chainloading
1 parent 63e935d commit f02227e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ports/vcpkg-cmake/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "vcpkg-cmake",
3-
"version-date": "2021-09-13"
3+
"version-date": "2021-12-05"
44
}

ports/vcpkg-cmake/vcpkg_cmake_configure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function(vcpkg_cmake_configure)
278278
endif()
279279

280280
if(NOT DEFINED VCPKG_CHAINLOAD_TOOLCHAIN_FILE)
281-
if(NOT DEFINED VCPKG_CMAKE_SYSTEM_NAME OR _TARGETTING_UWP)
281+
if(NOT DEFINED VCPKG_CMAKE_SYSTEM_NAME OR targetting_uwp)
282282
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE "${SCRIPTS}/toolchains/windows.cmake")
283283
elseif(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux")
284284
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE "${SCRIPTS}/toolchains/linux.cmake")

0 commit comments

Comments
 (0)