summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/CMakeLists.txt b/clang-tools-extra/test/CMakeLists.txt
index f296fc74c34..0978f3b37cf 100644
--- a/clang-tools-extra/test/CMakeLists.txt
+++ b/clang-tools-extra/test/CMakeLists.txt
@@ -89,7 +89,7 @@ set(LLVM_UTILS_DEPS
)
foreach(dep ${LLVM_UTILS_DEPS})
if(TARGET ${dep})
- list(APPEND CLANGD_TEST_DEPS ${dep})
+ list(APPEND CLANG_TOOLS_TEST_DEPS ${dep})
endif()
endforeach()
OpenPOWER on IntegriCloud