Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
timoore committed Mar 10, 2025
1 parent 81afccd commit 00d11b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"installDir": "${sourceDir}/../Source/ThirdParty",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"VCPKG_TARGET_TRIPLET": "arm64-os-unreal"
"VCPKG_TARGET_TRIPLET": "arm64-os-unreal",
"CMAKE_OSX_DEPLOYMENT_TARGET": "10.15",
"CMAKE_OSX_ARCHITECTURES=arm64CMAKE_OSX_ARCHITECTURES": "arm64",
"CMAKE_SYSTEM_NAME": "Darwin",
Expand Down

0 comments on commit 00d11b1

Please sign in to comment.