OSDN Git Service

Bump cmake_minimum_required to version 2.8
authorOscar Fuentes <ofv@wanadoo.es>
Tue, 3 Aug 2010 15:07:17 +0000 (15:07 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Tue, 3 Aug 2010 15:07:17 +0000 (15:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110110 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index fb953a9..0ad3a29 100644 (file)
@@ -1,7 +1,7 @@
 # See docs/CMake.html for instructions about how to build LLVM with CMake.
 
 project(LLVM)
-cmake_minimum_required(VERSION 2.6.1)
+cmake_minimum_required(VERSION 2.8)
 
 set(PACKAGE_NAME llvm)
 set(PACKAGE_VERSION 2.8svn)