diff --git a/builds/cmake/CMakePresets.json.template b/builds/cmake/CMakePresets.json.template index 916d537b..ad0098e0 100644 --- a/builds/cmake/CMakePresets.json.template +++ b/builds/cmake/CMakePresets.json.template @@ -22,10 +22,10 @@ } }, { - "name": "windows-x86", - "displayName": "Windows (x86)", + "name": "windows", + "displayName": "Windows", "cacheVariables": { - "VCPKG_TARGET_TRIPLET": "x86-windows-static" + "VCPKG_TARGET_TRIPLET": "$env{VSCMD_ARG_TGT_ARCH}-windows-static" }, "inherits": "win-user" }, @@ -39,15 +39,6 @@ }, "inherits": "win-user" }, - { - "name": "windows-x64", - "displayName": "Windows (x64)", - "architecture": "x64", - "cacheVariables": { - "VCPKG_TARGET_TRIPLET": "x64-windows-static" - }, - "inherits": "win-user" - }, { "name": "windows-x64-vs2022", "displayName": "Windows (x64) using Visual Studio 2022",