[CMake] Disable adding the test suite as a projects subdirectory
authorChris Bieneman <beanz@apple.com>
Wed, 28 Oct 2015 18:36:56 +0000 (18:36 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 28 Oct 2015 18:36:56 +0000 (18:36 +0000)
commit6e6a508cb9fdf20250b6e7a4692b7b5b69fd5580
tree289dce740efe68536d4ed025db54a6851c601ba0
parent76481a832623c2a61761a9e78137116c070007cc
[CMake] Disable adding the test suite as a projects subdirectory

This will never work as an add_subdirectory call, so we should just make sure it doesn't happen. To do this properly we'll need to add it under clang similar to the external compiler-rt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251543 91177308-0d34-0410-b5e6-96231b3b80d8
projects/CMakeLists.txt