From 72c51c651341bb64bcd93712b3d7805912abc53f Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Fri, 27 Dec 2019 10:51:02 +0100 Subject: [PATCH] Remove coverage handling from CMake. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f819eee..2eb3f51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,8 +50,6 @@ endif (WINDOWS) # Add a definition for the test library target_compile_definitions(CreatureLibTests PRIVATE TESTS_BUILD) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage") - if (EXISTS ${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) conan_basic_setup()