Bump the minimum cmake version to 2.6.0.
This commit is contained in:
parent
936e0029de
commit
4a3eaa1065
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# * check for poll(2) and select(2) as in SConstruct line 183 and if found, define same
|
||||
# symbols as autoconf would.
|
||||
|
||||
# set minimum version and make sure that things work with cmake 2.6, too
|
||||
cmake_minimum_required(VERSION 2.4.6)
|
||||
# set minimum version
|
||||
cmake_minimum_required(VERSION 2.6.0)
|
||||
|
||||
if(COMMAND cmake_policy)
|
||||
cmake_policy(SET CMP0003 NEW)
|
||||
|
|
2
INSTALL
2
INSTALL
|
@ -24,7 +24,7 @@ You'll need to have these libraries (with equivalent devel versions) to build We
|
|||
There are currently three ways to build wesnoth:
|
||||
* The old autotools system
|
||||
* scons >= 0.98.3
|
||||
* cmake (still incomplete, but most stuff works)
|
||||
* cmake (still incomplete, but most stuff works) >= 2.6.0
|
||||
|
||||
2. Common steps:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue