aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-20 22:23:03 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-21 20:57:03 +0200
commit65f7c219078ecf708d52c813b37fc537490c872a (patch)
tree5db052569e62f33030350b76b0df71ce7ef0d569
parent38e4b9017a32ff80d433611ebf69dffd41c1e0ff (diff)
downloadayatana-ido-65f7c219078ecf708d52c813b37fc537490c872a.tar.gz
ayatana-ido-65f7c219078ecf708d52c813b37fc537490c872a.tar.bz2
ayatana-ido-65f7c219078ecf708d52c813b37fc537490c872a.zip
CMakeLists.txt: Drop duplicate ENABLE_COVERAGE_REPORT() macro call.
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 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