aboutsummaryrefslogtreecommitdiff
path: root/cmake/showoptions.cmake
diff options
context:
space:
mode:
authorclick <none@none>2010-10-14 23:47:59 +0200
committerclick <none@none>2010-10-14 23:47:59 +0200
commit92a379da7f62a62824bb09900644b2b4305d8933 (patch)
treee006d9ccb27e0ff532e3a31f2dad83ca645f29ab /cmake/showoptions.cmake
parent88f196f1a97073b9428d02b16f751af843dfd3ca (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.cmake2
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()