1
0
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:
Rafael Espindola 2014-02-26 20:39:28 +00:00
parent 9e5315239d
commit 31fb44e657

View File

@ -20,7 +20,7 @@ else()
gold-plugin.cpp
)
target_link_libraries(LLVMgold LTO)
target_link_libraries(LLVMgold ${cmake_2_8_12_PRIVATE} LTO)
endif()