From 202255d935969b7e5e5702b986504192f1ba3f5d Mon Sep 17 00:00:00 2001 From: DDuarte Date: Wed, 30 Jul 2014 14:20:17 +0100 Subject: Build/CMake: Mute a CMake Warning (dev) in mysqllite project --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7150c9664bb..1c54da4d080 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ project(TrinityCore) # CMake policies (can not be handled elsewhere) cmake_minimum_required(VERSION 2.8.9) cmake_policy(SET CMP0005 OLD) +cmake_policy(SET CMP0043 OLD) # Disable 'Ignore COMPILE_DEFINITIONS_ properties' # add this options before PROJECT keyword set(CMAKE_DISABLE_SOURCE_CHANGES ON) -- cgit v1.2.3