feat(CMake): show version when running cmake (#3813)
This commit is contained in:
parent
19acb69678
commit
53d28ce500
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue