Skip to content

Commit 0d8a0ac

Browse files
committed
fix CMakeLists.txt
1 parent 0aa5bba commit 0d8a0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/StandardSettings.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ option(${PROJECT_NAME}_USE_CATCH2 "Use the Catch2 project for creating unit test
3737
#
3838
# Currently supporting: Clang-Tidy, Cppcheck.
3939

40-
option(${PROJECT_NAME}_ENABLE_CLANG_TIDY "Enable static analysis with Clang-Tidy." ON)
40+
option(${PROJECT_NAME}_ENABLE_CLANG_TIDY "Enable static analysis with Clang-Tidy." OFF)
4141
option(${PROJECT_NAME}_ENABLE_CPPCHECK "Enable static analysis with Cppcheck." OFF)
4242

4343
#

0 commit comments

Comments
 (0)