[all-commits] [llvm/llvm-project] 1d3f61: [CMake] Enforce the minimum CMake version to be at...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jul 16 07:49:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1d3f61f8a799489f7f4d81e46d9e6b31a954ea4e
https://github.com/llvm/llvm-project/commit/1d3f61f8a799489f7f4d81e46d9e6b31a954ea4e
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
[CMake] Enforce the minimum CMake version to be at least 3.13.4
This commit changes the warning for CMake < 3.13.4 into a fatal error.
The intent is to revert and re-apply this simple commit until all build
bots are migrated to CMake >= 3.13.4.
This is part of the effort discussed on llvm-dev here:
http://lists.llvm.org/pipermail/llvm-dev/2020-April/140578.html
Differential Revision: https://reviews.llvm.org/D78646
More information about the All-commits
mailing list