1
0
Fork 0
forked from fun/fun

Preparing releasing 0.42.1. No code changes. (0.42.1)

This commit is contained in:
Johannes Findeisen 2026-06-09 00:56:31 +02:00
commit 8bb99d3154

View file

@ -41,8 +41,8 @@ To enable the Redis extension when building Fun, pass the CMake option `-DFUN_WI
Example (Release build directory shown by your setup):
```
cmake -S . -B build_release -DFUN_WITH_REDIS=ON
cmake --build build_release --target fun
cmake -S . -B build -DFUN_WITH_REDIS=ON
cmake --build build --target fun
```
### Changelog