Skip to content

Commit

Permalink
fix inner loop by removing clang
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbrix committed Apr 8, 2024
1 parent 54f6187 commit 827e5b8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
"binaryDir": "${sourceDir}/build/debug",
"installDir": "${sourceDir}/out/debug",
"inherits": [ "base" ],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_C_COMPILER": "clang-cl",
"CMAKE_CXX_COMPILER": "clang-cl"
}
},
{
"name": "debug-msvc",
"displayName": "Debug (MSVC)",
"binaryDir": "${sourceDir}/build/debug-msvc",
"installDir": "${sourceDir}/out/debug-msvc",
"inherits": [ "base" ],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_C_COMPILER": "cl",
Expand All @@ -65,10 +53,6 @@
"name": "debug",
"configurePreset": "debug"
},
{
"name": "debug-msvc",
"configurePreset": "debug-msvc"
},
{
"name": "release",
"configurePreset": "release"
Expand Down

0 comments on commit 827e5b8

Please sign in to comment.