[CMake] Add a warning message to prepare the upcoming upgrade to CMake 3.13.4
authorLouis Dionne <ldionne@apple.com>
Wed, 8 Apr 2020 16:26:59 +0000 (12:26 -0400)
committerLouis Dionne <ldionne@apple.com>
Wed, 22 Apr 2020 15:07:43 +0000 (11:07 -0400)
commit347226d1388f3eb6478a575d8f15c83a26edac01
tree00ad461490255cc08129e28bf294c22035481f9b
parenta70d2ab323a2877a0d03d9c94aa363f75984f8d5
[CMake] Add a warning message to prepare the upcoming upgrade to CMake 3.13.4

As discussed in http://lists.llvm.org/pipermail/llvm-dev/2020-March/140349.html,
the minimum version of CMake required to build LLVM will be upgraded to
3.13.4 right after we create the release branch for LLVM 11.0.0.

As part of this effort, this commit adds a warning to give a heads up
to folks regarding the upcoming upgrade. This should allow users to
upgrade their CMake in advance so that the upgrade can sail right
through when the time comes.

Differential Revision: https://reviews.llvm.org/D77740
llvm/CMakeLists.txt