Skip to content

Commit 9c2c515

Browse files
committed
temp remove appleclang-* and msvc-*
1 parent 541e53c commit 9c2c515

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

CMakePresets.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -46,50 +46,6 @@
4646
"cacheVariables": {
4747
"CMAKE_TOOLCHAIN_FILE": "cmake/gnu-toolchain.cmake"
4848
}
49-
},
50-
{
51-
"name": "appleclang-debug",
52-
"displayName": "xcode Debug Build",
53-
"inherits": [
54-
"_root-config",
55-
"_debug-base"
56-
],
57-
"cacheVariables": {
58-
"CMAKE_TOOLCHAIN_FILE": "cmake/appleclang-toolchain.cmake"
59-
}
60-
},
61-
{
62-
"name": "appleclang-release",
63-
"displayName": "xcode Release Build",
64-
"inherits": [
65-
"_root-config",
66-
"_release-base"
67-
],
68-
"cacheVariables": {
69-
"CMAKE_TOOLCHAIN_FILE": "cmake/appleclang-toolchain.cmake"
70-
}
71-
},
72-
{
73-
"name": "msvc-debug",
74-
"displayName": "MSVC Debug Build",
75-
"inherits": [
76-
"_root-config",
77-
"_debug-base"
78-
],
79-
"cacheVariables": {
80-
"CMAKE_TOOLCHAIN_FILE": "cmake/msvc-toolchain.cmake"
81-
}
82-
},
83-
{
84-
"name": "msvc-release",
85-
"displayName": "MSVC Release Build",
86-
"inherits": [
87-
"_root-config",
88-
"_release-base"
89-
],
90-
"cacheVariables": {
91-
"CMAKE_TOOLCHAIN_FILE": "cmake/msvc-toolchain.cmake"
92-
}
9349
}
9450
],
9551
"buildPresets": [

0 commit comments

Comments
 (0)