From 65ccab10d9012857aebd718bc181996583934f13 Mon Sep 17 00:00:00 2001 From: azv Date: Tue, 6 Dec 2016 07:05:01 +0300 Subject: [PATCH] Restore code coverage mechanism --- CMakeCommon/Common.cmake | 2 ++ 1 file changed, 2 insertions(+) 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") -- 2.39.2