Skip to content

Commit

Permalink
Update CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmolot authored Nov 23, 2024
1 parent 2935d9f commit 594188c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"name": "x64-macos",
"inherits": "vcpkg",
"generator": "Ninja",
"architecture": "x64",
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "x64-osx"
"VCPKG_TARGET_TRIPLET": "x64-osx",
"CMAKE_OSX_ARCHITECTURES": "x64"
}
}
]
Expand Down

0 comments on commit 594188c

Please sign in to comment.