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 3d7afbb945
commit b3d4821ae5
1 changed files with 1 additions and 1 deletions

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()