From: NAKAMURA Takumi Date: Sun, 2 Feb 2014 16:46:03 +0000 (+0000) Subject: clang/lib/ASTMatchers/Dynamic/CMakeLists.txt: redundant X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f466a1300dc4b1dcc5288cf30a7a654307f7e36;p=clang clang/lib/ASTMatchers/Dynamic/CMakeLists.txt: redundant git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200642 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ASTMatchers/Dynamic/CMakeLists.txt b/lib/ASTMatchers/Dynamic/CMakeLists.txt index 4df6eda831..b28b2ec2ff 100644 --- a/lib/ASTMatchers/Dynamic/CMakeLists.txt +++ b/lib/ASTMatchers/Dynamic/CMakeLists.txt @@ -7,10 +7,6 @@ add_clang_library(clangDynamicASTMatchers Registry.cpp ) -add_dependencies(clangDynamicASTMatchers - clangASTMatchers - ) - target_link_libraries(clangDynamicASTMatchers clangAST clangASTMatchers