diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c5405080..31fe7915d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ project(AzerothCore) cmake_minimum_required(VERSION 3.8) # CMake policies (can not be handled elsewhere) -cmake_policy(SET CMP0005 OLD) +cmake_policy(SET CMP0005 NEW) # add this options before PROJECT keyword set(CMAKE_DISABLE_SOURCE_CHANGES ON)