aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42743bbf8a5..bcd97ef1d39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,6 @@ OPTION(DO_CLI "With CLI" 1)
OPTION(DO_RA "With RA" 0)
OPTION(DO_DEBUG "Debug mode" 0)
OPTION(DO_WARN "Enable all compile warnings" 0)
-OPTION(LARGE_CELL "Large cell size" 0)
OPTION(CENTOS "CENTOS" 0)
SET(GENREV_SRC
@@ -126,13 +125,6 @@ if(DO_WARN)
add_definitions(-Wall -Wfatal-errors -Wextra)
endif(DO_WARN)
-if(LARGE_CELL)
-message("* Large cell size")
-add_definitions(-DLARGE_CELL)
-else(LARGE_CELL)
-message("* Small cell size")
-endif(LARGE_CELL)
-
IF(UNIX)
IF(CENTOS)
add_definitions(-DCENTOS)