mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +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 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)
|
||||
|
||||
Reference in New Issue
Block a user