From 65f7c219078ecf708d52c813b37fc537490c872a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 20 Apr 2021 22:23:03 +0200 Subject: CMakeLists.txt: Drop duplicate ENABLE_COVERAGE_REPORT() macro call. --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 165f2ea..c791df3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,11 +54,6 @@ else() enable_testing() add_subdirectory(example) add_subdirectory(tests) - ENABLE_COVERAGE_REPORT( - TARGETS ${COVERAGE_TARGETS} - TESTS ${COVERAGE_TEST_TARGETS} - FILTER /usr/include ${CMAKE_BINARY_DIR}/* - ) endif() # Display config info -- cgit v1.2.3