Set default value for ENABLE_REDIS to 0

This commit is contained in:
sfan5 2015-01-10 15:28:25 +01:00
parent 30334b6b22
commit 8089d89a51
1 changed files with 1 additions and 1 deletions

View 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)