[PATCH] D97248: [test-suite] Raise minimum required CMake version to match LLVM.
Nichols A. Romero via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 22 22:56:43 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rT0b0305c689d9: [test-suite] Raise minimum required CMake version to match LLVM. (authored by naromero77).
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97248/new/
https://reviews.llvm.org/D97248
Files:
CMakeLists.txt
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.4.3)
+cmake_minimum_required(VERSION 3.13.4)
include(CheckSymbolExists)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97248.325684.patch
Type: text/x-patch
Size: 255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210223/186cb3f5/attachment.bin>
More information about the llvm-commits
mailing list