diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-10-30 17:11:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-30 17:11:33 +0800 |
| commit | 302e6042e332e2eb8fd0fb72b370770e6cc25dfd (patch) | |
| tree | 61e8700867da18b45b75dbbe3e757542022e96c6 | |
| parent | 10549e6bacb405793f6c81a9094df7f3175648ef (diff) | |
Correct formatting (#5457)
| -rw-r--r-- | CMakePresets.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index ec4f6a988..5be8467f4 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -131,9 +131,7 @@ { "name": "releaseWithDebugInfo", "inherits": "base", - "configurations": [ - "RelWithDebInfo" - ], + "configurations": ["RelWithDebInfo"], "packageDirectory": "dist-releaseWithDebugInfo" }, { |
