From: Don Hinton Date: Sun, 2 Jun 2019 17:56:26 +0000 (+0000) Subject: Fix bug in r362328 -- append to dependency list instead of overwrite it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=880d847cf6740f5c66f41a527306445b2d2fb694;p=clang Fix bug in r362328 -- append to dependency list instead of overwrite it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362334 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 04dbaf2e61..99524a5219 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -121,7 +121,7 @@ endif() if (CLANG_ENABLE_STATIC_ANALYZER) if (LLVM_ENABLE_PLUGINS) - set(CLANG_TEST_DEPS + list(APPEND CLANG_TEST_DEPS SampleAnalyzerPlugin CheckerDependencyHandlingAnalyzerPlugin CheckerOptionHandlingAnalyzerPlugin