diff options
author | Chris Bieneman <beanz@apple.com> | 2016-05-31 20:21:44 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2016-05-31 20:21:44 +0000 |
commit | c12cabb4f4b5e108d757301734983154b68ee043 (patch) | |
tree | 23a740ccc12bc632b9962e3cd1d2ee6303a201a5 | |
parent | 5c3112cebef2be59016f7512d116043e8925a6ac (diff) | |
download | bcm5719-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.txt | 2 |
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) |