diff options
| author | Chris Bieneman <beanz@apple.com> | 2015-09-14 19:54:12 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2015-09-14 19:54:12 +0000 |
| commit | fb92d9a249121bb6fb154d6d7b763233f0084409 (patch) | |
| tree | cb18e6201ebaf0473e35541fde58504dabf169d1 | |
| parent | a22006183f47e4237a3abfac895f4f5bb67abb81 (diff) | |
| download | bcm5719-llvm-fb92d9a249121bb6fb154d6d7b763233f0084409.tar.gz bcm5719-llvm-fb92d9a249121bb6fb154d6d7b763233f0084409.zip | |
[CMake] If COMPILER_RT_INCLUDE_TESTS is off we shouldn't include the root test directory.
llvm-svn: 247606
| -rw-r--r-- | compiler-rt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index 84413ad1f9b..a805601eb12 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt @@ -311,5 +311,5 @@ add_subdirectory(lib) if(COMPILER_RT_INCLUDE_TESTS) add_subdirectory(unittests) + add_subdirectory(test) endif() -add_subdirectory(test) |

