mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 02:40:17 +02:00
CMake:correct spelling of "zetaglest"
This also removes the git revision number stamping from cmake, support for which was removed from the source code months ago. This is to help prepare to fix #110 but doesn't fix it.
This commit is contained in:
@@ -45,7 +45,7 @@ ENDIF()
|
||||
SET(EXTERNAL_LIBS "")
|
||||
SET(TARGET_NAME "libmegaglest")
|
||||
|
||||
IF(BUILD_MEGAGLEST_MODEL_VIEWER OR BUILD_MEGAGLEST_MAP_EDITOR OR BUILD_MEGAGLEST)
|
||||
IF(BUILD_ZETAGLEST_MODEL_VIEWER OR BUILD_ZETAGLEST_MAP_EDITOR OR BUILD_ZETAGLEST)
|
||||
MESSAGE(STATUS "Will try to build MegaGlest shared library")
|
||||
|
||||
INCLUDE (CheckIncludeFiles)
|
||||
|
Reference in New Issue
Block a user