]> granicus.if.org Git - clang/commitdiff
Fix copy-paste mistake for CMake dependency.
authorTed Kremenek <kremenek@apple.com>
Mon, 16 Jul 2012 20:22:15 +0000 (20:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 16 Jul 2012 20:22:15 +0000 (20:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160315 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Tooling/CMakeLists.txt

index 0ee05e7ce2d3bbdc4915f05d06004a4b78010375..c96691b62513dc2b1abd2bc6247b03a148cecb90 100644 (file)
@@ -8,7 +8,7 @@ add_clang_library(clangTooling
   ArgumentsAdjusters.cpp
   )
 
-add_dependencies(clangEdit
+add_dependencies(clangTooling
   ClangDiagnosticCommon
 )