aboutsummaryrefslogtreecommitdiff
path: root/cmake/showoptions.cmake
diff options
context:
space:
mode:
authorclick <click@gonnamakeyou.com>2011-04-28 18:53:23 +0200
committerclick <click@gonnamakeyou.com>2011-04-28 18:53:23 +0200
commit6a431f745c9d2906de34530e24c85933fe587d65 (patch)
treef8ba0ffe37095db8c58702e08708965a314ef579 /cmake/showoptions.cmake
parent2d752b974a40a5dc28908413d21533fb9839a156 (diff)
Core: get rid of the revision-id once and for all - it's not useful in a DVCS at all
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r--cmake/showoptions.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index ade607ee409..246c0a54e79 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -1,6 +1,6 @@
# output generic information about the core and buildtype chosen
-
-message("* TrinityCore revision : ${rev_id_str} (${rev_hash_str})")
+message("")
+message("* TrinityCore commithash : ${rev_hash_str}")
if( UNIX )
message("* Build binaries in : ${CMAKE_BUILD_TYPE} mode")
endif()