diff options
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("") |