[clang-tools-extra] r249100 - Fix the *unchecked* commit.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 16:50:06 PDT 2015


Author: chapuni
Date: Thu Oct  1 18:50:06 2015
New Revision: 249100

URL: http://llvm.org/viewvc/llvm-project?rev=249100&view=rev
Log:
Fix the *unchecked* commit.

Modified:
    clang-tools-extra/trunk/CMakeLists.txt

Modified: clang-tools-extra/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/CMakeLists.txt?rev=249100&r1=249099&r2=249100&view=diff
==============================================================================
--- clang-tools-extra/trunk/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/CMakeLists.txt Thu Oct  1 18:50:06 2015
@@ -12,7 +12,7 @@ add_subdirectory(tool-template)
 
 # Add the common testsuite after all the tools.
 # TODO: Support tests with more granularity when features are off?
-if(CLANG_ENABLE_STATIC_ANALYZER AND CLANG_ENABLE_TESTS)
+if(CLANG_ENABLE_STATIC_ANALYZER AND CLANG_INCLUDE_TESTS)
 add_subdirectory(test)
 add_subdirectory(unittests)
 endif()




More information about the cfe-commits mailing list