From: azv Date: Tue, 6 Dec 2016 04:05:01 +0000 (+0300) Subject: Restore code coverage mechanism X-Git-Tag: before_porting_8.2.0~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=65ccab10d9012857aebd718bc181996583934f13;p=modules%2Fshaper.git Restore code coverage mechanism --- diff --git a/CMakeCommon/Common.cmake b/CMakeCommon/Common.cmake index 580e91470..5c45426fd 100644 --- a/CMakeCommon/Common.cmake +++ b/CMakeCommon/Common.cmake @@ -31,6 +31,8 @@ IF(UNIX) SETUP_TARGET_FOR_COVERAGE(test_coverage # Name for custom target. ctest # Name of the test driver executable that runs the tests. coverage) # Name of output directory. + + SET(USE_TEST_COVERAGE False) ENDIF(USE_TEST_COVERAGE) #SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -E")