projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1247c3
)
Bump cmake_minimum_required to version 2.8
author
Oscar Fuentes
<ofv@wanadoo.es>
Tue, 3 Aug 2010 15:07:17 +0000
(15:07 +0000)
committer
Oscar 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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index fb953a9cfffd3f25ccfe05089cca2ece878b9b88..0ad3a290cbf180b2b9e5df807126e95ce003beb7 100644
(file)
--- 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.
6.1
)
+cmake_minimum_required(VERSION 2.
8
)
set(PACKAGE_NAME llvm)
set(PACKAGE_VERSION 2.8svn)