diff options
| author | Chris Bieneman <beanz@apple.com> | 2016-06-08 22:20:28 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2016-06-08 22:20:28 +0000 |
| commit | 687f4df95e51de1a876245d78453ed122aaa4488 (patch) | |
| tree | ed2dc5ab4011dc74164e103b9b4c19c5d1bce021 /libcxx | |
| parent | df04e79f35ba669adba3c43c8b3322a9218d5b92 (diff) | |
| download | bcm5719-llvm-687f4df95e51de1a876245d78453ed122aaa4488.tar.gz bcm5719-llvm-687f4df95e51de1a876245d78453ed122aaa4488.zip | |
[CMake] Cleanup uses of USES_TERMINAL
Now that we are on CMake 3.4.3 we no longer need a version check around this.
This is the libcxx side of r272211.
llvm-svn: 272212
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake index 4f7bbaf4c70..9c5dd810926 100644 --- a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake +++ b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake @@ -93,14 +93,6 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) endif() set(LLVM_LIT_ARGS "${LIT_ARGS_DEFAULT}" CACHE STRING "Default options for lit") - # Make sure we can use the console pool for recent cmake and ninja > 1.5 - # Needed for add_lit_testsuite - if(CMAKE_VERSION VERSION_LESS 3.1.20141117) - set(cmake_3_2_USES_TERMINAL) - else() - set(cmake_3_2_USES_TERMINAL USES_TERMINAL) - endif() - # Required doc configuration if (LLVM_ENABLE_SPHINX) message(STATUS "Sphinx enabled.") |

