From 75b9ee317f8a048153d212efd893380c028c73cf Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Wed, 14 Feb 2018 08:01:43 -0800 Subject: [PATCH] Fix typo. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c20b427..2c38891c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}