Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 52ac608

Browse files
author
Chris Bieneman
committed
[CMake] If COMPILER_RT_INCLUDE_TESTS is off we shouldn't include the root test directory.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@247606 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ba690cc commit 52ac608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,5 @@ add_subdirectory(lib)
311311

312312
if(COMPILER_RT_INCLUDE_TESTS)
313313
add_subdirectory(unittests)
314+
add_subdirectory(test)
314315
endif()
315-
add_subdirectory(test)

0 commit comments

Comments
 (0)