mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 11:41:46 +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:
@@ -1,6 +1,6 @@
|
||||
# glexemel
|
||||
|
||||
IF(BUILD_MEGAGLEST_MODEL_IMPORT_EXPORT_TOOLS)
|
||||
IF(BUILD_ZETAGLEST_MODEL_IMPORT_EXPORT_TOOLS)
|
||||
MESSAGE(STATUS "Will try to build MegaGlest model import/export tools")
|
||||
|
||||
OPTION(WANT_DEV_OUTPATH "use developer friendly output paths" OFF)
|
||||
|
Reference in New Issue
Block a user