Skip to content

Commit b2b0964

Browse files
committed
try fixing windows x86 tests
1 parent 963f47b commit b2b0964

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakePresets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"name": "vcpkg-win32-static",
3333
"hidden": true,
3434
"cacheVariables": {
35+
"VCPKG_TARGET_ARCHITECTURE": "x86",
3536
"VCPKG_TARGET_TRIPLET": "x86-windows-static-md"
3637
}
3738
},
@@ -103,6 +104,10 @@
103104
"value": "x86",
104105
"strategy": "external"
105106
},
107+
"cacheVariables": {
108+
"CMAKE_SYSTEM_PROCESSOR": "x86",
109+
"CMAKE_GENERATOR_PLATFORM": "x86"
110+
},
106111
"hidden": true
107112
},
108113
{

0 commit comments

Comments
 (0)