aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-26 10:52:24 +0100
committern0n4m3 <none@none>2009-12-26 10:52:24 +0100
commit25c28cae98c519a267c3a00002f649e26874dfb0 (patch)
treee2e084fc78d4c4aeb55ffd08788838b5a0eae16c
parent3344b3500a6ef847e51692e84b4a8657f365e8a3 (diff)
Removed unused compile flag
--HG-- branch : trunk
-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)