1
0
mirror of https://github.com/minetest/minetest.git synced 2025-09-20 04:05:20 +02:00

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

View File

@@ -295,7 +295,7 @@ endif(ENABLE_LEVELDB)
set(USE_REDIS 0) set(USE_REDIS 0)
OPTION(ENABLE_REDIS "Enable redis backend" 1) OPTION(ENABLE_REDIS "Enable redis backend" 0)
if(ENABLE_REDIS) if(ENABLE_REDIS)
find_library(REDIS_LIBRARY hiredis) find_library(REDIS_LIBRARY hiredis)