From: Rafael Espindola Date: Wed, 26 Feb 2014 20:39:28 +0000 (+0000) Subject: Don't mix the plain and keyword signatures of target_link_libraries. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c540920a247aefd90bf5c79d4969ed9a963bd3f1;p=oota-llvm.git Don't mix the plain and keyword signatures of target_link_libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202299 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gold/CMakeLists.txt b/tools/gold/CMakeLists.txt index ceab0e1c02e..07a1e2849b9 100644 --- a/tools/gold/CMakeLists.txt +++ b/tools/gold/CMakeLists.txt @@ -20,7 +20,7 @@ else() gold-plugin.cpp ) - target_link_libraries(LLVMgold LTO) + target_link_libraries(LLVMgold ${cmake_2_8_12_PRIVATE} LTO) endif()