Skip to content

Commit 594188c

Browse files
authored
Update CMakePresets.json
1 parent 2935d9f commit 594188c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakePresets.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"name": "x64-macos",
4848
"inherits": "vcpkg",
4949
"generator": "Ninja",
50-
"architecture": "x64",
5150
"cacheVariables": {
52-
"VCPKG_TARGET_TRIPLET": "x64-osx"
51+
"VCPKG_TARGET_TRIPLET": "x64-osx",
52+
"CMAKE_OSX_ARCHITECTURES": "x64"
5353
}
5454
}
5555
]

0 commit comments

Comments
 (0)