Skip to content

Commit 294aaad

Browse files
committed
remove redundant variable
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 5ed0e47 commit 294aaad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ if(PROJECT_IS_TOP_LEVEL)
3030
sourcemeta_enable_clang_tidy() # Locates and enables CLANG_TIDY
3131
endif()
3232

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")
3533
# Don't force downstream consumers on it
3634
if(PROJECT_IS_TOP_LEVEL)
3735
sourcemeta_enable_simd()

0 commit comments

Comments
 (0)