From 27770f46aa07caa2729ecee9ce0bd7db9f126722 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 6 Aug 2013 05:56:32 +0000 Subject: Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187777 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Option/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Option') diff --git a/lib/Option/CMakeLists.txt b/lib/Option/CMakeLists.txt index 2e7acc27a5..1cd7d3a045 100644 --- a/lib/Option/CMakeLists.txt +++ b/lib/Option/CMakeLists.txt @@ -4,5 +4,3 @@ add_llvm_library(LLVMOption Option.cpp OptTable.cpp ) - -target_link_libraries(LLVMOption LLVMSupport) -- cgit v1.2.3