Set default value for ENABLE_REDIS to 0
authorsfan5 <sfan5@live.de>
Sat, 10 Jan 2015 14:28:25 +0000 (15:28 +0100)
committersfan5 <sfan5@live.de>
Sat, 10 Jan 2015 14:28:25 +0000 (15:28 +0100)
src/CMakeLists.txt

index 2a75c68e6f9b1f232b05e6c94cec8ae50e2e03fb..4c71d418dd6617921d89068323561cb58868bce1 100644 (file)
@@ -295,7 +295,7 @@ endif(ENABLE_LEVELDB)
 
 set(USE_REDIS 0)
 
-OPTION(ENABLE_REDIS "Enable redis backend" 1)
+OPTION(ENABLE_REDIS "Enable redis backend" 0)
 
 if(ENABLE_REDIS)
        find_library(REDIS_LIBRARY hiredis)