Skip to content

Commit f6c894c

Browse files
committed
win32 build: use correct architecture
1 parent 35cb45a commit f6c894c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CMakePresets.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,7 @@
100100
"ci-std",
101101
"vs-2022"
102102
],
103-
"architecture": {
104-
"value": "x86",
105-
"strategy": "external"
106-
},
107-
"cacheVariables": {
108-
"CMAKE_SYSTEM_PROCESSOR": "x86",
109-
"CMAKE_GENERATOR_PLATFORM": "x86"
110-
},
103+
"architecture": "Win32",
111104
"hidden": true
112105
},
113106
{

0 commit comments

Comments
 (0)