Set Redis extension to not compile by default. No code changes. (0.42.0)
This commit is contained in:
parent
aeab05c9c0
commit
509b032a53
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Redis (hiredis)
|
# Redis (hiredis)
|
||||||
option(FUN_WITH_REDIS "Enable Redis (hiredis) support" ON)
|
option(FUN_WITH_REDIS "Enable Redis (hiredis) support" OFF)
|
||||||
set(HIREDIS_INCLUDE_DIRS "")
|
set(HIREDIS_INCLUDE_DIRS "")
|
||||||
set(HIREDIS_LINK_LIBS "")
|
set(HIREDIS_LINK_LIBS "")
|
||||||
if(FUN_WITH_REDIS)
|
if(FUN_WITH_REDIS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue