Buildsystem: Show the revision info as a full string during configurationphase as well (additional minichange to previous commit by shauren)

This commit is contained in:
click
2013-02-27 16:19:09 +01:00
parent fff23c4f17
commit d3ad8a4941

View File

@@ -1,7 +1,6 @@
# output generic information about the core and buildtype chosen
message("")
message("* TrinityCore rev. hash : ${rev_hash}")
message("* TrinityCore rev. date : ${rev_date}")
message("* TrinityCore revision : ${rev_hash} ${rev_date} (${rev_branch} branch)")
if( UNIX )
message("* TrinityCore buildtype : ${CMAKE_BUILD_TYPE}")
endif()