|
75 | 75 | "generator": "Visual Studio 16 2019", |
76 | 76 | "architecture": { "value": "x64" }, |
77 | 77 | "binaryDir": "${sourceDir}/build/Debug", |
78 | | - "configurationType": "Debug", |
79 | 78 | "cacheVariables": { |
80 | 79 | "CMAKE_BUILD_TYPE": "Debug", |
81 | 80 | "CMAKE_C_COMPILER": "cl", |
|
89 | 88 | "generator": "Visual Studio 16 2019", |
90 | 89 | "architecture": { "value": "x64" }, |
91 | 90 | "binaryDir": "${sourceDir}/build/Release", |
92 | | - "configurationType": "Release", |
93 | 91 | "cacheVariables": { |
94 | 92 | "CMAKE_BUILD_TYPE": "Release", |
95 | 93 | "CMAKE_C_COMPILER": "cl", |
|
103 | 101 | "generator": "Visual Studio 17 2019", |
104 | 102 | "architecture": { "value": "x64" }, |
105 | 103 | "binaryDir": "${sourceDir}/build/RelWithDebInfo", |
106 | | - "configurationType": "RelWithDebInfo", |
107 | 104 | "cacheVariables": { |
108 | 105 | "CMAKE_BUILD_TYPE": "RelWithDebInfo", |
109 | 106 | "CMAKE_C_COMPILER": "cl", |
|
117 | 114 | "generator": "Visual Studio 16 2019", |
118 | 115 | "architecture": { "value": "x64" }, |
119 | 116 | "binaryDir": "${sourceDir}/build/MinSizeRel", |
120 | | - "configurationType": "MinSizeRel", |
121 | 117 | "cacheVariables": { |
122 | 118 | "CMAKE_BUILD_TYPE": "MinSizeRel", |
123 | 119 | "CMAKE_C_COMPILER": "cl", |
|
0 commit comments