mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
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
This commit is contained in:
parent
a4e265ae47
commit
c540920a24
@ -20,7 +20,7 @@ else()
|
||||
gold-plugin.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(LLVMgold LTO)
|
||||
target_link_libraries(LLVMgold ${cmake_2_8_12_PRIVATE} LTO)
|
||||
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user