mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Don't mix the plain and keyword signatures of target_link_libraries.
llvm-svn: 202299
This commit is contained in:
parent
9e5315239d
commit
31fb44e657
@ -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