summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-05-31 20:21:44 +0000
committerChris Bieneman <beanz@apple.com>2016-05-31 20:21:44 +0000
commitc12cabb4f4b5e108d757301734983154b68ee043 (patch)
tree23a740ccc12bc632b9962e3cd1d2ee6303a201a5
parent5c3112cebef2be59016f7512d116043e8925a6ac (diff)
downloadbcm5719-llvm-c12cabb4f4b5e108d757301734983154b68ee043.tar.gz
bcm5719-llvm-c12cabb4f4b5e108d757301734983154b68ee043.zip
[CMake] Update to requiring CMake 3.4.3
Summary: This is as per the discussions on developer lists: http://lists.llvm.org/pipermail/llvm-dev/2016-April/098780.html http://lists.llvm.org/pipermail/llvm-dev/2016-May/100058.html Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D20826 llvm-svn: 271328
-rw-r--r--lldb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt
index ba96538451b..e092e0bd4ab 100644
--- a/lldb/CMakeLists.txt
+++ b/lldb/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12.2)
+cmake_minimum_required(VERSION 3.4.3)
include(cmake/modules/LLDBStandalone.cmake)
include(cmake/modules/LLDBConfig.cmake)
OpenPOWER on IntegriCloud