summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-05-31 20:21:53 +0000
committerChris Bieneman <beanz@apple.com>2016-05-31 20:21:53 +0000
commit1d72b89580d90a328a81db5730f37b0fb7276cf8 (patch)
tree5cf4c1ccd539f66683cb6437e2d3d220c15f6b76
parent752cd33136720cc019ad2844a8d2305ee24ec554 (diff)
downloadbcm5719-llvm-1d72b89580d90a328a81db5730f37b0fb7276cf8.tar.gz
bcm5719-llvm-1d72b89580d90a328a81db5730f37b0fb7276cf8.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: cfe-commits Differential Revision: http://reviews.llvm.org/D20829 llvm-svn: 271330
-rw-r--r--libcxxabi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/CMakeLists.txt b/libcxxabi/CMakeLists.txt
index fb52a5ab0cd..2ecf17ad6af 100644
--- a/libcxxabi/CMakeLists.txt
+++ b/libcxxabi/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
OpenPOWER on IntegriCloud