Skip to content

Commit

Permalink
Set min required version of cmake to 2.8.12.
Browse files Browse the repository at this point in the history
Required to use some needed new feature like SYSTEM or add_compile_options

(based on cmangos/mangos-wotlk@2320eb0)

Signed-off-by: Xfurry <xfurry@scriptdev2.com>
  • Loading branch information
Cyberium authored and xfurry committed Nov 13, 2015
1 parent d89a88f commit e2dbd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,7 +37,7 @@ compiler:
addons:
apt:
sources:
- kalakris-cmake
- kubuntu-backports
- boost-latest
- ubuntu-toolchain-r-test
packages:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@

project(CMaNGOS)

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.12)

set(MANGOS_VERSION 0.18)

Expand Down

0 comments on commit e2dbd89

Please sign in to comment.