Skip to content

Commit 45c04ef

Browse files
committed
fix: remove unsupported property in CMakePresets.json
1 parent 328d205 commit 45c04ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakePresets.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"generator": "Visual Studio 16 2019",
7676
"architecture": { "value": "x64" },
7777
"binaryDir": "${sourceDir}/build/Debug",
78-
"configurationType": "Debug",
7978
"cacheVariables": {
8079
"CMAKE_BUILD_TYPE": "Debug",
8180
"CMAKE_C_COMPILER": "cl",
@@ -89,7 +88,6 @@
8988
"generator": "Visual Studio 16 2019",
9089
"architecture": { "value": "x64" },
9190
"binaryDir": "${sourceDir}/build/Release",
92-
"configurationType": "Release",
9391
"cacheVariables": {
9492
"CMAKE_BUILD_TYPE": "Release",
9593
"CMAKE_C_COMPILER": "cl",
@@ -103,7 +101,6 @@
103101
"generator": "Visual Studio 17 2019",
104102
"architecture": { "value": "x64" },
105103
"binaryDir": "${sourceDir}/build/RelWithDebInfo",
106-
"configurationType": "RelWithDebInfo",
107104
"cacheVariables": {
108105
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
109106
"CMAKE_C_COMPILER": "cl",
@@ -117,7 +114,6 @@
117114
"generator": "Visual Studio 16 2019",
118115
"architecture": { "value": "x64" },
119116
"binaryDir": "${sourceDir}/build/MinSizeRel",
120-
"configurationType": "MinSizeRel",
121117
"cacheVariables": {
122118
"CMAKE_BUILD_TYPE": "MinSizeRel",
123119
"CMAKE_C_COMPILER": "cl",

0 commit comments

Comments
 (0)