Hello!
During the review of packaging tgbot-cpp 1.10 for Conan Center (PR conan-io/conan-center-index#30012), we found Zlib is listed as a mandatory dependency for the project: https://github.com/reo7sp/tgbot-cpp/blob/v1.10/CMakeLists.txt#L57
However, I could not find a direct usage for Zlib in this project: https://github.com/search?q=repo%3Areo7sp%2Ftgbot-cpp%20zlib&type=code, which made me ask if something is missing or is just a leftover?
I understand other dependencies like libcurl and openssl may need Zlib as well, but when using CMake targets, they should be able to manage their own dependencies, including Zlib, which does not need to be explicitly listed in the project.
Could you please clarify this situation? Regards!
Hello!
During the review of packaging tgbot-cpp 1.10 for Conan Center (PR conan-io/conan-center-index#30012), we found Zlib is listed as a mandatory dependency for the project: https://github.com/reo7sp/tgbot-cpp/blob/v1.10/CMakeLists.txt#L57
However, I could not find a direct usage for Zlib in this project: https://github.com/search?q=repo%3Areo7sp%2Ftgbot-cpp%20zlib&type=code, which made me ask if something is missing or is just a leftover?
I understand other dependencies like libcurl and openssl may need Zlib as well, but when using CMake targets, they should be able to manage their own dependencies, including Zlib, which does not need to be explicitly listed in the project.
Could you please clarify this situation? Regards!