Fix typo.
This commit is contained in:
parent
e9c073dbd0
commit
75b9ee317f
@ -339,7 +339,7 @@ macro(add_cling_library name)
|
||||
endif()
|
||||
|
||||
if(TARGET ${name})
|
||||
target_link_libraries(${name} ${INTERFACE} ${LLVM_COMMON_LIBS})
|
||||
target_link_libraries(${name} INTERFACE ${LLVM_COMMON_LIBS})
|
||||
|
||||
if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ${name} STREQUAL "libcling")
|
||||
install(TARGETS ${name}
|
||||
|
Loading…
Reference in New Issue
Block a user