diff options
| author | n0n4m3 <none@none> | 2009-12-17 09:12:49 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-17 09:12:49 +0100 |
| commit | b6c67d9202cfae59dcc15f30eeb8c381d9fd7d47 (patch) | |
| tree | 90395eb08e470f8ede5d74b0245b2037d74fdbbf | |
| parent | eef7a6a1cc31616face869dda8c19ce8563b6099 (diff) | |
Removed DSHORT_SLEEP from cmake config, now not needed, world sleep 50ms
--HG--
branch : trunk
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 68917296a94..7e9c5a01c83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ 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(SHORT_SLEEP "Short sleep" 0) OPTION(CENTOS "CENTOS" 0) OPTION(USE_MULTI_THREAD_MAP "With Multithread maps" 0) @@ -139,13 +138,6 @@ else(LARGE_CELL) message("* Small cell size") endif(LARGE_CELL) -if(SHORT_SLEEP) -message("* System sleep time is 50ms") -add_definitions(-DSHORT_SLEEP) -else(SHORT_SLEEP) -message("* System sleep time is 100ms") -endif(SHORT_SLEEP) - IF(UNIX) IF(CENTOS) add_definitions(-DCENTOS) |
