[libc-commits] [libc] be54ea5 - [libc] Change minimum cmake	requirement.
    Paula Toth via libc-commits 
    libc-commits at lists.llvm.org
       
    Thu Apr  9 20:43:19 PDT 2020
    
    
  
Author: Paula Toth
Date: 2020-04-09T20:42:55-07:00
New Revision: be54ea52f1f52daab50d301b4ebf184a593129ef
URL: https://github.com/llvm/llvm-project/commit/be54ea52f1f52daab50d301b4ebf184a593129ef
DIFF: https://github.com/llvm/llvm-project/commit/be54ea52f1f52daab50d301b4ebf184a593129ef.diff
LOG: [libc] Change minimum cmake requirement.
Summary: As per this thread: http://lists.llvm.org/pipermail/llvm-dev/2020-April/140744.html, changed the minimum requirement to reflect the decision made to upgrade to cmake 3.13.4.
Reviewers: sivachandra
Reviewed By: sivachandra
Subscribers: mgorny, tschuett, libc-commits
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D77781
Added: 
    
Modified: 
    libc/CMakeLists.txt
Removed: 
    
################################################################################
diff  --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt
index bcac7cbd78dc..6ec62483d32a 100644
--- a/libc/CMakeLists.txt
+++ b/libc/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.4.3)
+cmake_minimum_required(VERSION 3.13.4)
 
 # Use old version of target_sources command which converts the source
 # file paths to full paths.
        
    
    
More information about the libc-commits
mailing list