Skip to content
Snippets Groups Projects
Commit 8089d89a authored by sfan5's avatar sfan5
Browse files

Set default value for ENABLE_REDIS to 0

parent 30334b6b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment