projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30334b6
)
Set default value for ENABLE_REDIS to 0
author
sfan5
<sfan5@live.de>
Sat, 10 Jan 2015 14:28:25 +0000
(15:28 +0100)
committer
sfan5
<sfan5@live.de>
Sat, 10 Jan 2015 14:28:25 +0000
(15:28 +0100)
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 2a75c68e6f9b1f232b05e6c94cec8ae50e2e03fb..4c71d418dd6617921d89068323561cb58868bce1 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-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)