Skip to content

Commit 2935d9f

Browse files
authored
Update CMakePresets.json
1 parent 93ef1d7 commit 2935d9f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CMakePresets.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,17 @@
3131
{
3232
"name": "x64-linux",
3333
"inherits": "vcpkg",
34-
"generator": "Ninja",
35-
"architecture": "x64"
34+
"generator": "Ninja"
3635
},
3736
{
3837
"name": "x86-linux",
3938
"inherits": "vcpkg",
4039
"generator": "Ninja",
41-
"architecture": "x86"
40+
"cacheVariables": {
41+
"CMAKE_CXX_FLAGS": "-m32",
42+
"CMAKE_C_FLAGS": "-m32",
43+
"VCPKG_TARGET_TRIPLET": "x86-linux"
44+
}
4245
},
4346
{
4447
"name": "x64-macos",

0 commit comments

Comments
 (0)