diff options
author | click <click@gonnamakeyou.com> | 2011-04-28 18:53:23 +0200 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2011-04-28 18:53:23 +0200 |
commit | 6a431f745c9d2906de34530e24c85933fe587d65 (patch) | |
tree | f8ba0ffe37095db8c58702e08708965a314ef579 /cmake/showoptions.cmake | |
parent | 2d752b974a40a5dc28908413d21533fb9839a156 (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.cmake | 4 |
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() |