Skip to content

Commit

Permalink
Merge pull request #182 from sssooonnnggg/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo authored Jul 18, 2024
2 parents c78a804 + 45c04ef commit 0ba45e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"generator": "Visual Studio 16 2019",
"architecture": { "value": "x64" },
"binaryDir": "${sourceDir}/build/Debug",
"configurationType": "Debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_C_COMPILER": "cl",
Expand All @@ -89,7 +88,6 @@
"generator": "Visual Studio 16 2019",
"architecture": { "value": "x64" },
"binaryDir": "${sourceDir}/build/Release",
"configurationType": "Release",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_C_COMPILER": "cl",
Expand All @@ -103,7 +101,6 @@
"generator": "Visual Studio 17 2019",
"architecture": { "value": "x64" },
"binaryDir": "${sourceDir}/build/RelWithDebInfo",
"configurationType": "RelWithDebInfo",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"CMAKE_C_COMPILER": "cl",
Expand All @@ -117,7 +114,6 @@
"generator": "Visual Studio 16 2019",
"architecture": { "value": "x64" },
"binaryDir": "${sourceDir}/build/MinSizeRel",
"configurationType": "MinSizeRel",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "MinSizeRel",
"CMAKE_C_COMPILER": "cl",
Expand Down

0 comments on commit 0ba45e4

Please sign in to comment.