We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c899c8a commit 4763546Copy full SHA for 4763546
1 file changed
CMakePresets.json
@@ -16,6 +16,10 @@
16
"displayName": "Windows x86 Release",
17
"inherits": "vcpkg-base",
18
"generator": "Ninja",
19
+ "architecture": {
20
+ "value": "x86",
21
+ "strategy": "external"
22
+ },
23
"binaryDir": "${sourceDir}/cmake-build-x86-release",
24
"cacheVariables": {
25
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
@@ -32,6 +36,10 @@
32
36
"displayName": "Windows x64 Release",
33
37
34
38
39
40
+ "value": "x64",
41
42
35
43
"binaryDir": "${sourceDir}/cmake-build-x64-release",
44
45
0 commit comments