From 66fdca414fd0e39c0161cb7f3c23a0220fea351d Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Sun, 8 Aug 2021 16:28:32 +0200 Subject: [PATCH] Working on Github Actions --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84a06272..f37a8b64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,9 +34,7 @@ option(RP3D_DOUBLE_PRECISION_ENABLED "Select this if you want to compile using d # Code Coverage if(RP3D_CODE_COVERAGE_ENABLED) INCLUDE(CodeCoverage) - SETUP_TARGET_FOR_COVERAGE_LCOV( - NAME coverage - EXECUTABLE test/tests) + SETUP_TARGET_FOR_COVERAGE_LCOV(NAME coverage EXECUTABLE test/tests) APPEND_COVERAGE_COMPILER_FLAGS() # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage") endif()