Skip to content

Is Zlib still a mandatory requirement? #355

@uilianries

Description

@uilianries

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions