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)