Skip to content

Commit 122a417

Browse files
committed
Modernize cmake
1 parent 862d56a commit 122a417

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,3 @@ endif()
8282
if(BEMAN_EXEMPLAR_BUILD_EXAMPLES)
8383
add_subdirectory(examples)
8484
endif()
85-
86-
# Coverage
87-
configure_file(cmake/gcovr.cfg.in gcovr.cfg @ONLY)
88-
89-
add_custom_target(
90-
process_coverage
91-
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
92-
DEPENDS test
93-
COMMENT "Running gcovr to process coverage results"
94-
COMMAND mkdir -p coverage
95-
COMMAND gcovr --config gcovr.cfg .
96-
)

cmake/gcovr.cfg.in

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)