[Lldb-commits] [PATCH] D20826: [CMake] Update to retiring CMake 3.4.3
Chris Bieneman via lldb-commits
lldb-commits at lists.llvm.org
Tue May 31 11:15:57 PDT 2016
beanz created this revision.
beanz added a subscriber: lldb-commits.
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
http://reviews.llvm.org/D20826
Files:
CMakeLists.txt
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ 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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20826.59096.patch
Type: text/x-patch
Size: 313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160531/79274eed/attachment.bin>
More information about the lldb-commits
mailing list