mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user