Skip to content

Commit 4763546

Browse files
committed
Added back architecture in CMakePresets.json
1 parent c899c8a commit 4763546

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CMakePresets.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"displayName": "Windows x86 Release",
1717
"inherits": "vcpkg-base",
1818
"generator": "Ninja",
19+
"architecture": {
20+
"value": "x86",
21+
"strategy": "external"
22+
},
1923
"binaryDir": "${sourceDir}/cmake-build-x86-release",
2024
"cacheVariables": {
2125
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
@@ -32,6 +36,10 @@
3236
"displayName": "Windows x64 Release",
3337
"inherits": "vcpkg-base",
3438
"generator": "Ninja",
39+
"architecture": {
40+
"value": "x64",
41+
"strategy": "external"
42+
},
3543
"binaryDir": "${sourceDir}/cmake-build-x64-release",
3644
"cacheVariables": {
3745
"CMAKE_BUILD_TYPE": "RelWithDebInfo",

0 commit comments

Comments
 (0)