diff options
-rw-r--r-- | clang-tools-extra/unittests/include-fixer/find-all-symbols/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/include-fixer/find-all-symbols/CMakeLists.txt b/clang-tools-extra/unittests/include-fixer/find-all-symbols/CMakeLists.txt index a74f3e1bbed..5cd29d0e76b 100644 --- a/clang-tools-extra/unittests/include-fixer/find-all-symbols/CMakeLists.txt +++ b/clang-tools-extra/unittests/include-fixer/find-all-symbols/CMakeLists.txt @@ -19,6 +19,5 @@ target_link_libraries(FindAllSymbolsTests clangFrontend clangLex clangTooling - clangToolingCore findAllSymbols ) |