diff options
author | click <per.wilhelmsen@gmail.com> | 2011-01-11 23:54:45 +0100 |
---|---|---|
committer | click <per.wilhelmsen@gmail.com> | 2011-01-11 23:54:45 +0100 |
commit | 3a7a01e7c7d9f109ab13e2516b0f5d3064dc412d (patch) | |
tree | 91d7862c453fd751a25e78df5973147c8514856f /cmake/showoptions.cmake | |
parent | bd2728eb74c652ab60e7ea349f1bc0c1e54a9c28 (diff) |
Buildsystem: Fix a logical error in git revision-detection, and also
make the warning text a little bit more "Hello Cpt.Obvious" obvious for
users that can't read. (It now includes the word WARNING in the warnings)
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r-- | cmake/showoptions.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index cd629b8de41..ade607ee409 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -1,6 +1,5 @@ # output generic information about the core and buildtype chosen -message("") message("* TrinityCore revision : ${rev_id_str} (${rev_hash_str})") if( UNIX ) message("* Build binaries in : ${CMAKE_BUILD_TYPE} mode") |