1
0
Fork 0
forked from fun/fun

Set Redis extension to not compile by default. No code changes. (0.42.0)

This commit is contained in:
Johannes Findeisen 2026-06-03 22:02:48 +02:00
commit 509b032a53

View file

@ -1,5 +1,5 @@
# 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_LINK_LIBS "")
if(FUN_WITH_REDIS)