diff options
author | DDuarte <dnpd.dd@gmail.com> | 2014-11-10 20:57:39 +0000 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2014-11-10 20:57:39 +0000 |
commit | 90c53e8c84b6a7b4346bda8087be8d14d0902d1a (patch) | |
tree | 440106833555d60ebf7a3a042449fd80250c2e2f /cmake/showoptions.cmake | |
parent | e90ef4fa24a1da7f4d7433a1522e5cb43ef68d29 (diff) |
Core: Nuke authserver
It has been replaced by bnetserver since grunt was deprecated
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r-- | cmake/showoptions.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index ea4820a01f0..44d161cab8d 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -20,7 +20,7 @@ message("") if( SERVERS ) message("* Build world/auth : Yes (default)") else() - message("* Build world/authserver : No") + message("* Build world/bnetserver : No") endif() if( SCRIPTS ) |