Skip to content

Commit

Permalink
Remove redundant setting of COVERAGE_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Jun 26, 2024
1 parent 719dfc6 commit 9d48da5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9d48da5

Please sign in to comment.