[PATCH] D20829: [CMake] Update to retiring CMake 3.4.3

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


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

Changed prior to commit:
  http://reviews.llvm.org/D20829?vs=59101&id=59126#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D20829

Files:
  libcxxabi/trunk/CMakeLists.txt

Index: libcxxabi/trunk/CMakeLists.txt
===================================================================
--- libcxxabi/trunk/CMakeLists.txt
+++ libcxxabi/trunk/CMakeLists.txt
@@ -2,7 +2,7 @@
 # Setup Project
 #===============================================================================
 
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 3.4.3)
 
 if(POLICY CMP0042)
   cmake_policy(SET CMP0042 NEW) # Set MACOSX_RPATH=YES by default


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20829.59126.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160531/2c0b2ed2/attachment-0001.bin>


More information about the cfe-commits mailing list