mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 18:13:46 +01:00
Set default value for ENABLE_REDIS to 0
This commit is contained in:
parent
30334b6b22
commit
8089d89a51
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user