Added AzerothCore labels

This commit is contained in:
ShinDarth
2016-07-24 13:38:26 +02:00
parent 033924d8b4
commit b618b6a56f
39 changed files with 66 additions and 68 deletions

View File

@@ -70,7 +70,7 @@ if ( UNIX )
include(EnsureVersion)
ENSURE_VERSION( "${ACE_EXPECTED_VERSION}" "${ACE_VERSION}" ACE_FOUND)
if (NOT ACE_FOUND)
message(FATAL_ERROR "SunwellCore needs ACE version ${ACE_EXPECTED_VERSION} but found version ${ACE_VERSION}")
message(FATAL_ERROR "AzerothCore needs ACE version ${ACE_EXPECTED_VERSION} but found version ${ACE_VERSION}")
endif()
message( STATUS "Found ACE library: ${ACE_LIBRARY}")

View File

@@ -1,8 +1,8 @@
# output generic information about the core and buildtype chosen
message("")
message("* SunwellCore revision : ${rev_hash} ${rev_date} (${rev_branch} branch)")
message("* AzerothCore revision : ${rev_hash} ${rev_date} (${rev_branch} branch)")
if( UNIX )
message("* SunwellCore buildtype : ${CMAKE_BUILD_TYPE}")
message("* AzerothCore buildtype : ${CMAKE_BUILD_TYPE}")
endif()
message("")