Skip to content

Commit

Permalink
chore: update preset
Browse files Browse the repository at this point in the history
  • Loading branch information
sssooonnnggg committed Nov 21, 2024
1 parent 68d2a69 commit 7947636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"name": "publish-configure",
"displayName": "publish-configure",
"inherits": "Windows-clang-release",
"inherits": "windows-clang-release",
"toolchainFile": "",
"generator": "Visual Studio 17 2022"
}
Expand All @@ -32,19 +32,19 @@
{
"name": "debug-build",
"displayName": "debug-build",
"configurePreset": "Windows-clang-debug",
"configurePreset": "windows-clang-debug",
"configuration": "Debug"
},
{
"name": "release-build",
"displayName": "release-build",
"configurePreset": "Windows-clang-release",
"configurePreset": "windows-clang-release",
"configuration": "RelWithDebInfo"
},
{
"name": "publish-build",
"displayName": "publish-build",
"configurePreset": "publish-build",
"configurePreset": "publish-configure",
"configuration": "RelWithDebInfo"
}
]
Expand Down

0 comments on commit 7947636

Please sign in to comment.