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 c71e0d0 commit 1ac63a9Copy full SHA for 1ac63a9
code-coverage.cmake
@@ -166,20 +166,6 @@ if(CODE_COVERAGE AND NOT CODE_COVERAGE_ADDED)
166
# Messages
167
message(STATUS "Building with lcov Code Coverage Tools")
168
169
- if(CMAKE_BUILD_TYPE)
170
- string(TOUPPER ${CMAKE_BUILD_TYPE} upper_build_type)
171
- if(NOT ${upper_build_type} STREQUAL "DEBUG")
172
- message(
173
- WARNING
174
- "Code coverage results with an optimized (non-Debug) build may be misleading"
175
- )
176
- endif()
177
- else()
178
179
180
181
182
183
if(NOT LCOV_PATH)
184
message(FATAL_ERROR "lcov not found! Aborting...")
185
endif()
0 commit comments