aboutsummaryrefslogtreecommitdiff
path: root/cmake/showoptions.cmake
diff options
context:
space:
mode:
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()