[PATCH] D78646: [CMake] Enforce the minimum CMake version to be at least 3.13.4
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 11:58:20 PDT 2020
ldionne added a comment.
In D78646#1997438 <https://reviews.llvm.org/D78646#1997438>, @smeenai wrote:
> Hmm, won't you be doing the upgrade by changing the `cmake_minimum_required` to 3.13.4? At that point, the fatal error would never be triggered, right?
This patch is meant to be as tiny as possible, because I expect to apply/revert it perhaps several times. The child patch https://reviews.llvm.org/D78648 is the one that will finish the job once this patch finally triggers no more errors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78646/new/
https://reviews.llvm.org/D78646
More information about the llvm-commits
mailing list