Skip to content

Commit 1f56a59

Browse files
committed
CMake/Rename: Last Changes from Hellground to Looking4Group
1 parent 292c9cc commit 1f56a59

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2012 HellGround <http://www.hellground.pl/>
2+
# Copyright (C) 2012 looking4group <http://www.looking4group.de/>
33
#
44
# Copyright (C) 2005-2012 MaNGOS project <http://getmangos.com/>
55
#
@@ -18,7 +18,7 @@
1818
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1919
#
2020

21-
project(HellGround)
21+
project(Looking4Group)
2222
set(SERVER_VERSION 2.4.3)
2323

2424
# CMake policies
@@ -65,7 +65,7 @@ endif()
6565

6666
# Output description of this script
6767
message(
68-
"\nThis script builds the HellGround project server.
68+
"\nThis script builds the Looking4Group project server.
6969
Options that can be used in order to configure the process:
7070
PREFIX: Path where the server should be installed to
7171
PCH : Use precompiled headers
@@ -144,7 +144,7 @@ endif()
144144

145145
# Set up the install-prefix
146146
if(CMAKE_INSTALL_PREFIX STREQUAL "/usr/local")
147-
get_filename_component(PREFIX_ABSOLUTE "../hellground-server" ABSOLUTE)
147+
get_filename_component(PREFIX_ABSOLUTE "../l4g-server" ABSOLUTE)
148148
set(CMAKE_INSTALL_PREFIX ${PREFIX_ABSOLUTE} CACHE PATH "Install path prefix." FORCE)
149149
endif()
150150
if(PREFIX)
@@ -241,14 +241,14 @@ add_custom_target(uninstall
241241

242242
# Find core revision
243243
if(MERCURIAL_FOUND)
244-
MERCURIAL_HG_INFO(${PROJECT_SOURCE_DIR} HellGround)
244+
MERCURIAL_HG_INFO(${PROJECT_SOURCE_DIR} L4G)
245245
endif()
246246

247247
message("")
248-
message("Revision : ${HellGround_HG_ID}")
249-
message("Last Changed Author : ${HellGround_HG_AUTHOR}")
250-
message("Last Changed Rev : ${HellGround_HG_CHANGESET}")
251-
message("Last Changed Date : ${HellGround_HG_DATE}")
248+
message("Revision : ${looking4group_HG_ID}")
249+
message("Last Changed Author : ${looking4group_HG_AUTHOR}")
250+
message("Last Changed Rev : ${looking4group_HG_CHANGESET}")
251+
message("Last Changed Date : ${looking4group_HG_DATE}")
252252
message("Install server to : ${CMAKE_INSTALL_PREFIX}")
253253
message("")
254254

0 commit comments

Comments
 (0)