[PATCH] D20828: [CMake] Update to retiring CMake 3.4.3
Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 31 13:28:31 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271329: [CMake] Update to requiring CMake 3.4.3 (authored by cbieneman).
Changed prior to commit:
http://reviews.llvm.org/D20828?vs=59099&id=59125#toc
Repository:
rL LLVM
http://reviews.llvm.org/D20828
Files:
libcxx/trunk/CMakeLists.txt
Index: libcxx/trunk/CMakeLists.txt
===================================================================
--- libcxx/trunk/CMakeLists.txt
+++ libcxx/trunk/CMakeLists.txt
@@ -3,7 +3,7 @@
#===============================================================================
# Setup Project
#===============================================================================
-cmake_minimum_required(VERSION 2.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: D20828.59125.patch
Type: text/x-patch
Size: 529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160531/8b577434/attachment-0001.bin>
More information about the cfe-commits
mailing list