aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/showoptions.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index 058cce78d09..08dc2a0cfcb 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -1,7 +1,6 @@
# output generic information about the core and buildtype chosen
message("")
-message("* TrinityCore rev. hash : ${rev_hash}")
-message("* TrinityCore rev. date : ${rev_date}")
+message("* TrinityCore revision : ${rev_hash} ${rev_date} (${rev_branch} branch)")
if( UNIX )
message("* TrinityCore buildtype : ${CMAKE_BUILD_TYPE}")
endif()