[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 20:53:11 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbe54ea52f1f5: [libc] Change minimum cmake requirement. (authored by PaulkaToast).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77781/new/
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.256499.patch
Type: text/x-patch
Size: 340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200410/6964cdd1/attachment.bin>
More information about the libc-commits
mailing list