Skip to content

Commit

Permalink
Remove the requirement to link with clangTidy
Browse files Browse the repository at this point in the history
This was added as part of the transition to LLVM 17, but it breaks the
build against LLVM 17 for me locally, so I'm testing to see whether it's
needed for the CI.
  • Loading branch information
jbytheway committed Mar 3, 2024
1 parent 7ee6c6a commit 881e3cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/clang-tidy-plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -55,7 +55,6 @@ if (CATA_CLANG_TIDY_EXECUTABLE)
else ()
set(CataAnalyzerName CataAnalyzerPlugin)
add_library(${CataAnalyzerName} MODULE ${CataAnalyzerSrc})
target_link_libraries(${CataAnalyzerName} PRIVATE clangTidy)
endif ()

target_include_directories(${CataAnalyzerName} SYSTEM PRIVATE

0 comments on commit 881e3cf

Please sign in to comment.