Skip to content

Commit 6718570

Browse files
author
Ubuntu
committed
Set COV_ANALYSIS default to false
1 parent 8a6d001 commit 6718570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ option( UNITTEST
2727
OFF )
2828
option( COV_ANALYSIS
2929
"Set this to ON to build coverity analysis project."
30-
ON )
30+
OFF )
3131

3232
# Set output directories.
3333
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin )

0 commit comments

Comments
 (0)