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 1bfa644 commit 852043eCopy full SHA for 852043e
CMakeLists.txt
@@ -30,8 +30,6 @@ if(PROJECT_IS_TOP_LEVEL)
30
sourcemeta_enable_clang_tidy() # Locates and enables CLANG_TIDY
31
endif()
32
33
-# Add clang-tidy to the targets. Clang-tidy uses the .clang-tidy file for configuration.
34
-set(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_BIN}" "--allow-no-checks")
35
# Don't force downstream consumers on it
36
if(PROJECT_IS_TOP_LEVEL)
37
sourcemeta_enable_simd()
0 commit comments