]> granicus.if.org Git - clang/commit
LLVM's CMake is now using a feature that wasn't preasant in CMake 2.8.7,
authorChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 22:23:58 +0000 (22:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 22:23:58 +0000 (22:23 +0000)
commit66991f83be3cf3909ac9d0e34ea41bacd48bc1ed
treef9b92d1a2e58b429532de13a59b51da1e472e334
parent3af611a2f9f0b583a44b0b0c2785255a5c09d039
LLVM's CMake is now using a feature that wasn't preasant in CMake 2.8.7,
so bump the minimum version in the standalone Clang CMake project as
well.

As I mentioned on the LLVM commit version of this, if this causes any
trouble for folks, just let me know. I'm trying to avoid re-implementing
functionality in CMake, but I will if there are problems using the newer
versions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199152 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt