diff options
author | Chris Bieneman <beanz@apple.com> | 2016-06-08 22:19:25 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2016-06-08 22:19:25 +0000 |
commit | 0fd0a998e1139f2af8508b92db6376bfb13dc91b (patch) | |
tree | 846da7af2ea91a152d72c9406355b0aa8b6dd1d3 /CMakeLists.txt | |
parent | dd929051600fbc8f0d2587b2e40f588c2514a565 (diff) |
[CMake] Cleanup uses of USES_TERMINAL
Now that we are on CMake 3.4.3 we no longer need a version check around this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dba5bf9551f..7c06d745135 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,12 +20,6 @@ if (POLICY CMP0051) cmake_policy(SET CMP0051 OLD) endif() -if(CMAKE_VERSION VERSION_LESS 3.1.20141117) - set(cmake_3_2_USES_TERMINAL) -else() - set(cmake_3_2_USES_TERMINAL USES_TERMINAL) -endif() - if(NOT DEFINED LLVM_VERSION_MAJOR) set(LLVM_VERSION_MAJOR 3) endif() |