From: Ted Kremenek Date: Tue, 15 Sep 2009 04:06:36 +0000 (+0000) Subject: Remove invalid add_dependencies line to unbreak the CMake build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=83d255e43ef223b0556a61ab33d514db83cd434c;p=oota-llvm.git Remove invalid add_dependencies line to unbreak the CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/AsmParser/CMakeLists.txt b/lib/Target/ARM/AsmParser/CMakeLists.txt index e47c643eee9..308c6cff8da 100644 --- a/lib/Target/ARM/AsmParser/CMakeLists.txt +++ b/lib/Target/ARM/AsmParser/CMakeLists.txt @@ -3,4 +3,4 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/ add_llvm_library(LLVMARMAsmParser ARMAsmParser.cpp ) -add_dependencies(LLVMARMAsmParser) +