Skip to content

Commit

Permalink
Remove setting CMAKE_Swift_FLAGS from CMakePresets.json (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Oct 20, 2024
1 parent 7a828f2 commit b43f0ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Generator/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"binaryDir": "${sourceDir}/build/debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"CMAKE_C_COMPILER": "clang-cl",
"CMAKE_Swift_FLAGS": "-sdk $env{SDKROOT}"
"CMAKE_C_COMPILER": "clang-cl"
}
},
{
Expand All @@ -24,8 +23,7 @@
"binaryDir": "${sourceDir}/build/release",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_C_COMPILER": "clang-cl",
"CMAKE_Swift_FLAGS": "-sdk $env{SDKROOT}"
"CMAKE_C_COMPILER": "clang-cl"
}
}
],
Expand Down

0 comments on commit b43f0ef

Please sign in to comment.