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 22b572a commit 34c1835Copy full SHA for 34c1835
cmake/compilers.cmake
@@ -38,7 +38,7 @@ endif()
38
39
# --- code coverage
40
if(ENABLE_COVERAGE)
41
-include(CodeCoverage)
42
-append_coverage_compiler_flags()
43
-set(COVERAGE_EXCLUDES ${PROJECT_SOURCE_DIR}/test)
+ include(${CMAKE_CURRENT_LIST_DIR}/Modules/CodeCoverage.cmake)
+ append_coverage_compiler_flags()
+ set(COVERAGE_EXCLUDES ${PROJECT_SOURCE_DIR}/test)
44
endif()
0 commit comments