Skip to content

Commit 8bdae21

Browse files
committed
roll back CMakePresets.json changes
1 parent 0ce35a6 commit 8bdae21

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

CMakePresets.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@
1111
"CMAKE_INSTALL_RPATH": "$ORIGIN;$ORIGIN/.."
1212
}
1313
},
14-
{
15-
"name": "msvc",
16-
"hidden": true,
17-
"generator": "Visual Studio 17 2022",
18-
"architecture": "ARM",
19-
"binaryDir": "${sourceDir}/build-${presetName}",
20-
"cacheVariables": {
21-
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
22-
"CMAKE_INSTALL_RPATH": "$ORIGIN;$ORIGIN/.."
23-
}
24-
},
2514

2615
{ "name": "debug", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" } },
2716
{ "name": "release", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" } },
@@ -49,8 +38,8 @@
4938
{ "name": "arm64-windows-llvm-release", "inherits": [ "base", "arm64-windows-llvm", "release" ] },
5039
{ "name": "arm64-windows-llvm+static-release", "inherits": [ "base", "arm64-windows-llvm", "release", "static" ] },
5140

52-
{ "name": "arm64-windows-msvc-debug" , "inherits": [ "msvc", "arm64-windows-msvc", "debug" ] },
53-
{ "name": "arm64-windows-msvc-release", "inherits": [ "msvc", "arm64-windows-msvc", "release" ] },
54-
{ "name": "arm64-windows-msvc+static-release", "inherits": [ "msvc", "arm64-windows-msvc", "release", "static" ] }
41+
{ "name": "arm64-windows-msvc-debug" , "inherits": [ "base", "arm64-windows-msvc", "debug" ] },
42+
{ "name": "arm64-windows-msvc-release", "inherits": [ "base", "arm64-windows-msvc", "release" ] },
43+
{ "name": "arm64-windows-msvc+static-release", "inherits": [ "base", "arm64-windows-msvc", "release", "static" ] }
5544
]
5645
}

0 commit comments

Comments
 (0)