Skip to content

Commit 62ea83e

Browse files
committed
Disable BUILD_APP for Coverage builds
1 parent dcec961 commit 62ea83e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CMakePresets.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"inherits": "conf-base-gcc",
8787
"cacheVariables": {
8888
"CMAKE_BUILD_TYPE": "Coverage",
89-
"ENABLE_COVERAGE": "ON"
89+
"ENABLE_COVERAGE": "ON",
90+
"BUILD_APP": "OFF"
9091
},
9192
"description": "GCC build for coverage analysis"
9293
},
@@ -138,7 +139,8 @@
138139
"inherits": "conf-base-clang",
139140
"cacheVariables": {
140141
"CMAKE_BUILD_TYPE": "Coverage",
141-
"ENABLE_COVERAGE": "ON"
142+
"ENABLE_COVERAGE": "ON",
143+
"BUILD_APP": "OFF"
142144
},
143145
"description": "Clang build for coverage analysis"
144146
},
@@ -412,4 +414,4 @@
412414
]
413415
}
414416
]
415-
}
417+
}

0 commit comments

Comments
 (0)