We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcec961 commit 62ea83eCopy full SHA for 62ea83e
CMakePresets.json
@@ -86,7 +86,8 @@
86
"inherits": "conf-base-gcc",
87
"cacheVariables": {
88
"CMAKE_BUILD_TYPE": "Coverage",
89
- "ENABLE_COVERAGE": "ON"
+ "ENABLE_COVERAGE": "ON",
90
+ "BUILD_APP": "OFF"
91
},
92
"description": "GCC build for coverage analysis"
93
@@ -138,7 +139,8 @@
138
139
"inherits": "conf-base-clang",
140
141
142
143
144
145
"description": "Clang build for coverage analysis"
146
@@ -412,4 +414,4 @@
412
414
]
413
415
}
416
-}
417
+}
0 commit comments