Skip to content

Commit

Permalink
zlev-option: Remove ZLEVELS cmake build option
Browse files Browse the repository at this point in the history
  • Loading branch information
brezerk committed Apr 14, 2015
1 parent 85a2643 commit ef52af2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ option(TILES "Build graphical tileset version" "OFF")
option(CURSES "Build curses version" "ON")
option(SOUND "Support for in-game sounds & music" "OFF")
option(RELEASE "Disable debug. Use it for user-ready buils." "OFF")
option(ZLEVELS "Enable experimental z-levels" "OFF")
option(USE_HOME_DIR "Use user's home directory for save files." "ON")
option(LOCALIZE "Support for language localizations. Also enable UTF support." "ON")
option(LANGUAGES "Compile localization files for specified languages" "")
Expand Down Expand Up @@ -131,7 +130,6 @@ ENDIF ( LUA )
MESSAGE(STATUS "SOUND : ${SOUND}")
MESSAGE(STATUS "RELEASE : ${RELEASE}")
MESSAGE(STATUS "LOCALIZE : ${LOCALIZE}")
MESSAGE(STATUS "ZLEVELS : ${ZLEVELS}")
MESSAGE(STATUS "USE_HOME_DIR : ${USE_HOME_DIR}\n")

MESSAGE(STATUS "LANGUAGES : ${LANGUAGES}\n")
Expand Down Expand Up @@ -221,10 +219,6 @@ IF(LOCALIZE)
ADD_DEFINITIONS(-DLOCALIZE)
ENDIF(LOCALIZE)

IF(ZLEVELS)
ADD_DEFINITIONS(-DZLEVELS)
ENDIF(ZLEVELS)

IF(USE_HOME_DIR)
ADD_DEFINITIONS(-DUSE_HOME_DIR)
ENDIF(USE_HOME_DIR)
Expand Down

0 comments on commit ef52af2

Please sign in to comment.