Skip to content

Commit

Permalink
Set COV_ANALYSIS default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Apr 11, 2024
1 parent 8a6d001 commit 6718570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 6718570

Please sign in to comment.