We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cc866 commit dd19702Copy full SHA for dd19702
cmake/Findcodecov.cmake
@@ -122,7 +122,7 @@ foreach (LANG ${ENABLED_LANGUAGES})
122
CACHE STRING "${COMPILER} flags for code coverage.")
123
mark_as_advanced(COVERAGE_${COMPILER}_FLAGS)
124
break()
125
- else ()
+ elseif (NOT CMAKE_REQUIRED_QUIET)
126
message(WARNING "Code coverage is not available for ${COMPILER}"
127
" compiler. Targets using this compiler will be "
128
"compiled without it.")
0 commit comments