aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <click@gonnamakeyou.com>2013-02-27 16:19:09 +0100
committerclick <click@gonnamakeyou.com>2013-02-27 16:19:09 +0100
commitd3ad8a4941124aae2b2ced6cc75c18ec8498664a (patch)
tree6a4a0f0bd4446b7be3c39ff5025be00216a7208a
parentfff23c4f17429d977e6bd38901bc0ae459f3bacd (diff)
Buildsystem: Show the revision info as a full string during configurationphase as well (additional minichange to previous commit by shauren)
-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()