Skip to content

Commit

Permalink
Update CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Jan 3, 2024
1 parent e543c8c commit 3b6820b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
},
{
"name": "ReleaseSettings",
"cacheVariables": { "CMAKE_BUILD_TYPE": "Release" },
"cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" },
"hidden": true
},
{
"name": "debug",
"name": "Debug",
"description": "MSVC for x64 (Debug)",
"inherits": [ "base", "DebugSettings" ]
},
{
"name": "release",
"name": "RelWithDebInfo",
"description": "MSVC for x64 (Release)",
"inherits": [ "base", "ReleaseSettings" ]
}
Expand Down

0 comments on commit 3b6820b

Please sign in to comment.