diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-03-25 16:40:22 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-03-25 16:40:22 +0100 |
commit | f357597ec12f910a5afb2e4b03c72c1ae55b3e56 (patch) | |
tree | 4bb572af34dfbbd6ec8933c0b8d50b3e283294e0 /CMakeLists.txt | |
parent | ce93838153e39bf81b3c71f8efac4d7180dafb08 (diff) |
Buildsystem: Changed required CMake version to 2.8.9 and removed a check for version we no longer support in msvc settings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 45bb3bd58aa..21fa378fad0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ project(TrinityCore) # CMake policies (can not be handled elsewhere) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.9) cmake_policy(SET CMP0005 OLD) # add this options before PROJECT keyword |