forked from OSchip/llvm-project
Don't mix the plain and keyword signatures of target_link_libraries.
llvm-svn: 202299
This commit is contained in:
parent
3d7afbb945
commit
b3d4821ae5
|
@ -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