From d3ad8a4941124aae2b2ced6cc75c18ec8498664a Mon Sep 17 00:00:00 2001 From: click Date: Wed, 27 Feb 2013 16:19:09 +0100 Subject: Buildsystem: Show the revision info as a full string during configurationphase as well (additional minichange to previous commit by shauren) --- cmake/showoptions.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmake/showoptions.cmake') 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() -- cgit v1.2.3