Skip to content

Commit

Permalink
temp remove appleclang-* and msvc-*
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Jan 30, 2025
1 parent 541e53c commit 9c2c515
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,50 +46,6 @@
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "cmake/gnu-toolchain.cmake"
}
},
{
"name": "appleclang-debug",
"displayName": "xcode Debug Build",
"inherits": [
"_root-config",
"_debug-base"
],
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "cmake/appleclang-toolchain.cmake"
}
},
{
"name": "appleclang-release",
"displayName": "xcode Release Build",
"inherits": [
"_root-config",
"_release-base"
],
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "cmake/appleclang-toolchain.cmake"
}
},
{
"name": "msvc-debug",
"displayName": "MSVC Debug Build",
"inherits": [
"_root-config",
"_debug-base"
],
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "cmake/msvc-toolchain.cmake"
}
},
{
"name": "msvc-release",
"displayName": "MSVC Release Build",
"inherits": [
"_root-config",
"_release-base"
],
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "cmake/msvc-toolchain.cmake"
}
}
],
"buildPresets": [
Expand Down

0 comments on commit 9c2c515

Please sign in to comment.