Skip to content

Commit 7df6cc5

Browse files
committed
Make updates to rename preset targets
1 parent 5e3ad01 commit 7df6cc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakePresets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
{ "name": "x64-windows-msvc-release", "inherits": [ "base", "reldbg" ] },
8888
{ "name": "x64-windows-msvc+static-release", "inherits": [ "base", "reldbg", "static" ] },
8989

90-
{ "name": "x64-windows-ninja-debug" , "inherits": [ "clang-ninja", "debug" ] },
91-
{ "name": "x64-windows-ninja-reldbg", "inherits": [ "clang-ninja", "reldbg" ] },
92-
{ "name": "x64-windows-ninja-release", "inherits": [ "clang-ninja", "release" ] },
93-
{ "name": "x64-windows-ninja+static-release", "inherits": [ "clang-ninja", "reldbg", "static" ] },
90+
{ "name": "x64-windows-llvm-debug" , "inherits": [ "clang-ninja", "debug" ] },
91+
{ "name": "x64-windows-llvm-reldbg", "inherits": [ "clang-ninja", "reldbg" ] },
92+
{ "name": "x64-windows-llvm-release", "inherits": [ "clang-ninja", "release" ] },
93+
{ "name": "x64-windows-llvm+static-release", "inherits": [ "clang-ninja", "reldbg", "static" ] },
9494

9595
{ "name": "x64-windows-sycl-debug", "inherits": [ "sycl-base", "debug" ] },
9696
{ "name": "x64-windows-sycl-debug-f16", "inherits": [ "sycl-base", "debug", "sycl_f16" ] },

0 commit comments

Comments
 (0)