Build/CMake: Mute a CMake Warning (dev) in mysqllite project

This commit is contained in:
DDuarte
2014-07-30 14:20:17 +01:00
parent a97e477e31
commit 202255d935

View File

@@ -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_<Config> properties'
# add this options before PROJECT keyword
set(CMAKE_DISABLE_SOURCE_CHANGES ON)