From f357597ec12f910a5afb2e4b03c72c1ae55b3e56 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 25 Mar 2014 16:40:22 +0100 Subject: Buildsystem: Changed required CMake version to 2.8.9 and removed a check for version we no longer support in msvc settings --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3