mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +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
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
message(STATUS "CMake version: ${CMAKE_VERSION}")
|
||||
|
||||
# CMake policies (can not be handled elsewhere)
|
||||
cmake_policy(SET CMP0005 NEW)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user