Skip to content

Commit

Permalink
fix: remove add coverage flags on interface lib
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass committed Jan 13, 2025
1 parent 0641c06 commit 095728c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/staging/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ target_include_directories(everest_staging_util
if (BUILD_TESTING)
add_subdirectory(tests)
endif()

if(EVEREST_CORE_BUILD_TESTING)
append_coverage_compiler_flags_to_target(everest_staging_util)
endif()

0 comments on commit 095728c

Please sign in to comment.