From 6718570dd5d3a88249564da076a3706fc89bf35c Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 11 Apr 2024 06:19:15 +0000 Subject: [PATCH] Set COV_ANALYSIS default to false --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 54c2890..2bf544e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -27,7 +27,7 @@ option( UNITTEST OFF ) option( COV_ANALYSIS "Set this to ON to build coverity analysis project." - ON ) + OFF ) # Set output directories. set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin )