diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a2beb689..2c9561cb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -275,10 +275,6 @@ enable_testing () ## Program -if (ENABLE_COVERAGE) - set (COVERAGE_FLAGS "--coverage") -endif (ENABLE_COVERAGE) - if (DEBUG_FUNCTION_NAMES) # The excluded functions are for update_nvti_cache, which fills the log # quickly. Hopefully this internal NVTi cache is removed soon.