diff options
author | click <none@none> | 2010-10-14 23:47:59 +0200 |
---|---|---|
committer | click <none@none> | 2010-10-14 23:47:59 +0200 |
commit | 92a379da7f62a62824bb09900644b2b4305d8933 (patch) | |
tree | e006d9ccb27e0ff532e3a31f2dad83ca645f29ab /cmake/showoptions.cmake | |
parent | 88f196f1a97073b9428d02b16f751af843dfd3ca (diff) |
BuildSystem: Clean up the revision.h generation a tad bit
--HG--
branch : trunk
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r-- | cmake/showoptions.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index e653f05b8a7..2883eda5dbc 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -1,7 +1,7 @@ # output generic information about the core and buildtype chosen message("") -message("* TrinityCore revision : ${hg_rev_id_str} (${hg_rev_hash_str})") +message("* TrinityCore revision : ${rev_id_str} (${rev_hash_str})") if( UNIX ) message("* Build binaries in : ${CMAKE_BUILD_TYPE} mode") endif() |