diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-08-06 05:56:32 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-08-06 05:56:32 +0000 |
commit | 752f1ec65192920a0365a3073351d033047f143b (patch) | |
tree | 7b11d34f0f030fcc868087990ff37a6d87f4ca13 /llvm/lib/Option | |
parent | b959c3c6aeb77702919fea3f229658528a29fb70 (diff) | |
download | bcm5719-llvm-752f1ec65192920a0365a3073351d033047f143b.tar.gz bcm5719-llvm-752f1ec65192920a0365a3073351d033047f143b.zip |
Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows dependencies.
llvm-svn: 187777
Diffstat (limited to 'llvm/lib/Option')
-rw-r--r-- | llvm/lib/Option/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Option/CMakeLists.txt b/llvm/lib/Option/CMakeLists.txt index 2e7acc27a53..1cd7d3a045a 100644 --- a/llvm/lib/Option/CMakeLists.txt +++ b/llvm/lib/Option/CMakeLists.txt @@ -4,5 +4,3 @@ add_llvm_library(LLVMOption Option.cpp OptTable.cpp ) - -target_link_libraries(LLVMOption LLVMSupport) |