Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit d00ec5e

Browse files
committed
Raise the minimum CMake version to 2.8.8 -- we have a report that the
compiler version checking doesn't work on 2.8.7. This feature was documented in 2.8.10, but existed for an unknown amount of time before that. I'm actually happy to revert this and remove the use of the feature if there is anyone with a specific problem updating CMake. Please just let me know. I don't want to re-implement this CMake functionality unless there is a reason, and this is the only real way to find that out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199148 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 486fdf2 commit d00ec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See docs/CMake.html for instructions about how to build LLVM with CMake.
22

33
project(LLVM)
4-
cmake_minimum_required(VERSION 2.8)
4+
cmake_minimum_required(VERSION 2.8.8)
55

66
# Add path for custom modules
77
set(CMAKE_MODULE_PATH

0 commit comments

Comments
 (0)