From 881e3cf4a9984ef45ee7dbbcbf093a90ddd682b6 Mon Sep 17 00:00:00 2001 From: John Bytheway <52664+jbytheway@users.noreply.github.com> Date: Sun, 3 Mar 2024 09:40:54 -0500 Subject: [PATCH] Remove the requirement to link with clangTidy 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. --- tools/clang-tidy-plugin/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/clang-tidy-plugin/CMakeLists.txt b/tools/clang-tidy-plugin/CMakeLists.txt index 46f3021206537..f01fe7dac7883 100644 --- a/tools/clang-tidy-plugin/CMakeLists.txt +++ b/tools/clang-tidy-plugin/CMakeLists.txt @@ -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