File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,12 @@ endif()
6666
6767CreateTestDriver(IsotropicWavelets "${Libraries} " "${IsotropicWaveletsTests} " )
6868
69- set (COVERAGE_FLAGS "-coverage -fprofile-arcs -ftest-coverage" )
70- set_target_properties (IsotropicWaveletsTestDriver
71- PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS} ${COVERAGE_FLAGS} "
72- LINK_FLAGS "-fprofile-arcs"
73- )
69+ # Coverage flags.
70+ # set(COVERAGE_FLAGS "-coverage -fprofile-arcs -ftest-coverage")
71+ # set_target_properties(IsotropicWaveletsTestDriver
72+ # PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS} ${COVERAGE_FLAGS}"
73+ # LINK_FLAGS "-fprofile-arcs"
74+ # )
7475
7576# use #ifdef ITK_VISUALIZE_TESTS, instead of checking value with #ifdef ITK_VISUALIZE_TESTS
7677if (ITK_VISUALIZE_TESTS)
You can’t perform that action at this time.
0 commit comments