[PATCH] D77740: [CMake] Add a warning message to prepare the upcoming upgrade to CMake 3.13.4
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 10:51:43 PDT 2020
mehdi_amini added inline comments.
================
Comment at: llvm/CMakeLists.txt:8
+ "The current CMake version is ${CMAKE_VERSION}. As soon as the release "
+ "branch for LLVM 11.0.0 is created, the minimum version of CMake required "
+ "to build LLVM will become 3.13.4, and using an older CMake will become "
----------------
hubert.reinterpretcast wrote:
> This message refers to "internal process" concepts such as creation of a release branch. Can the message be made to be clear for "downstream consumers"?
I would write "Starting with 11.0, the minimum version of CMake required ...."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77740/new/
https://reviews.llvm.org/D77740
More information about the llvm-commits
mailing list