We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6687eec commit 9080c9dCopy full SHA for 9080c9d
cmake/ClangTidy.cmake
@@ -17,6 +17,7 @@ function(perform_clang_tidy check_target target)
17
set_target_properties(${check_target}
18
PROPERTIES
19
FOLDER "Maintenance"
20
+ EXCLUDE_FROM_DEFAULT_BUILD 1
21
)
22
23
add_dependencies(${check_target} ${target})
cmake/Cppcheck.cmake
@@ -21,6 +21,7 @@ function(perform_cppcheck check_target target)
24
+ EXCLUDE_FROM_DEFAULT_BUILD 1)
25
26
27
0 commit comments