diff options
author | Chris Bieneman <beanz@apple.com> | 2017-07-18 21:15:14 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2017-07-18 21:15:14 +0000 |
commit | 154a5ff15bb2bfb9e9394121991b109496c9eeea (patch) | |
tree | 364f6eff97c3424a2b961f5d5b63fdb6f24ba854 | |
parent | 2306f9c5d2881e36513bb9316934b8960710b72a (diff) | |
download | bcm5719-llvm-154a5ff15bb2bfb9e9394121991b109496c9eeea.tar.gz bcm5719-llvm-154a5ff15bb2bfb9e9394121991b109496c9eeea.zip |
[CMake] [NFC] Remove out of date and redundant version requirement
Since we set the minimum required version elsewhere to be higher this actually has meaningful good impact.
llvm-svn: 308376
-rw-r--r-- | lldb/cmake/modules/LLDBStandalone.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/cmake/modules/LLDBStandalone.cmake b/lldb/cmake/modules/LLDBStandalone.cmake index 67e207e59ed..2f959c91fdd 100644 --- a/lldb/cmake/modules/LLDBStandalone.cmake +++ b/lldb/cmake/modules/LLDBStandalone.cmake @@ -2,7 +2,6 @@ # standalone project, using LLVM as an external library: if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) project(lldb) - cmake_minimum_required(VERSION 2.8.12.2) if (POLICY CMP0022) cmake_policy(SET CMP0022 NEW) # automatic when 2.8.12 is required |