[Lldb-commits] [PATCH] D20826: [CMake] Update to retiring CMake 3.4.3

Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 31 13:28:20 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL271328: [CMake] Update to requiring CMake 3.4.3 (authored by cbieneman).

Changed prior to commit:
  http://reviews.llvm.org/D20826?vs=59096&id=59124#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D20826

Files:
  lldb/trunk/CMakeLists.txt

Index: lldb/trunk/CMakeLists.txt
===================================================================
--- lldb/trunk/CMakeLists.txt
+++ lldb/trunk/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.59124.patch
Type: text/x-patch
Size: 346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160531/80a84e97/attachment.bin>


More information about the lldb-commits mailing list