From a1f6e37d11af24fd3d52e777fdaf11c87fe90323 Mon Sep 17 00:00:00 2001 From: franneck94 Date: Tue, 5 Mar 2024 17:02:34 +0100 Subject: [PATCH] to default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d8c5f8..8aa5731 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ option(ENABLE_WARNINGS "Enable to add warnings to a target." ON) option(ENABLE_WARNINGS_AS_ERRORS "Enable to treat warnings as errors." OFF) option(ENABLE_TESTING "Enable a Unit Testing build." ON) -option(ENABLE_COVERAGE "Enable a Code Coverage build." ON) +option(ENABLE_COVERAGE "Enable a Code Coverage build." OFF) option(ENABLE_CLANG_TIDY "Enable to add clang tidy." OFF)