mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Set default value for ENABLE_REDIS to 0
This commit is contained in:
parent
30334b6b22
commit
8089d89a51
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue