Skip to content

Commit

Permalink
cmake: fix for ENABLE_COVERAGE=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
oltolm committed Apr 16, 2023
1 parent 9ae9561 commit eb2d748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (ENABLE_COVERAGE)
add_compiler_flags (--coverage)
add_linker_flags (--coverage)
add_compile_options (--coverage)
add_link_options (--coverage)
endif ()

include_directories (
Expand Down

0 comments on commit eb2d748

Please sign in to comment.