mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 12:51:08 +00:00
feat(Cmake): set policy CMP005 to NEW (#2294)
This commit is contained in:
@@ -17,7 +17,7 @@ project(AzerothCore)
|
|||||||
cmake_minimum_required(VERSION 3.8)
|
cmake_minimum_required(VERSION 3.8)
|
||||||
|
|
||||||
# CMake policies (can not be handled elsewhere)
|
# CMake policies (can not be handled elsewhere)
|
||||||
cmake_policy(SET CMP0005 OLD)
|
cmake_policy(SET CMP0005 NEW)
|
||||||
|
|
||||||
# add this options before PROJECT keyword
|
# add this options before PROJECT keyword
|
||||||
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
|
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user