mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 12:51:08 +00:00
feat(CMake): show version when running cmake (#3813)
This commit is contained in:
@@ -16,6 +16,8 @@ project(AzerothCore)
|
|||||||
# Require a min version Cmake
|
# Require a min version Cmake
|
||||||
cmake_minimum_required(VERSION 3.8)
|
cmake_minimum_required(VERSION 3.8)
|
||||||
|
|
||||||
|
message(STATUS "CMake version: ${CMAKE_VERSION}")
|
||||||
|
|
||||||
# CMake policies (can not be handled elsewhere)
|
# CMake policies (can not be handled elsewhere)
|
||||||
cmake_policy(SET CMP0005 NEW)
|
cmake_policy(SET CMP0005 NEW)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user