[libc-commits] [PATCH] D143139: [libc] Bump minimum CMake version to 3.20.0 and remove a now uneccesary policy.
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Feb 2 07:08:19 PST 2023
jhuber6 added a comment.
In D143139#4099766 <https://reviews.llvm.org/D143139#4099766>, @KyleFromKitware wrote:
> +1
>
> Any chance we could get the rest of LLVM upgraded to 3.20.0 as well? I'd like to get Ninja Multi-Config working.
> CMake Warning at CMakeLists.txt:5 (message):
Your CMake version is 3.18.4. Starting with LLVM 17.0.0, the minimum
version of CMake required to build LLVM will become 3.20.0, and using an
older CMake will become an error. Please upgrade your CMake to at least
3.20.0 now to avoid issues in the future!
Seems the buildbots need to be updated first.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143139/new/
https://reviews.llvm.org/D143139
More information about the libc-commits
mailing list