From e741c65814b8a473f6e398b236d0baed37d82f08 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Mon, 18 Feb 2013 11:41:04 +0000 Subject: Note minimum required version of CMake We already use features from 2.8.6, this just gives a slightly more friendly message when the dependency isn't met. Patch from Keith Walker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175434 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 71a7426..8425029 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # See docs/CMake.html for instructions about how to build LLVM with CMake. project(LLVM) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.6) # Add path for custom modules set(CMAKE_MODULE_PATH -- cgit v1.1