diff options
author | ShinDarth <borzifrancesco@gmail.com> | 2016-07-24 13:38:26 +0200 |
---|---|---|
committer | ShinDarth <borzifrancesco@gmail.com> | 2016-07-24 15:55:38 +0200 |
commit | b618b6a56fc621327fca3932ec9332498b7e2db4 (patch) | |
tree | 5736f201534b5e6d39e4b581681152c31441bdbc /src/cmake/showoptions.cmake | |
parent | 033924d8b4d1e4fb91acf4ce2cea5aebb1ecf28b (diff) |
Added AzerothCore labels
Diffstat (limited to 'src/cmake/showoptions.cmake')
-rw-r--r-- | src/cmake/showoptions.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/showoptions.cmake b/src/cmake/showoptions.cmake index ccddd0e1da..f1cbc263c5 100644 --- a/src/cmake/showoptions.cmake +++ b/src/cmake/showoptions.cmake @@ -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("") |