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
  • Loading branch information
Cyberium committed Nov 6, 2015
1 parent 7ced9cf commit 2320eb0
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 2320eb0

Please sign in to comment.