Hello!
The CMakeLists.txt shows zlib as a dependency for this project: https://github.com/eBay/NuRaft/blob/master/CMakeLists.txt#L73
However, I can't find zlib headers being used in the project. Plus, the Conan recipe in this repository: https://github.com/eBay/NuRaft/blob/master/conanfile.py does not list zlib as well.
Could be zlib removed from the CMakeLists.txt, or am I missing something?