[libc-commits] [PATCH] D77781: [libc] Change minimum cmake requirement.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Apr 9 00:30:52 PDT 2020
PaulkaToast created this revision.
PaulkaToast added a reviewer: sivachandra.
PaulkaToast added a project: libc-project.
Herald added subscribers: libc-commits, tschuett, mgorny.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77781
Files:
libc/CMakeLists.txt
Index: libc/CMakeLists.txt
===================================================================
--- libc/CMakeLists.txt
+++ 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77781.256204.patch
Type: text/x-patch
Size: 340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200409/aba338bc/attachment.bin>
More information about the libc-commits
mailing list