Skip to content

Commit

Permalink
remove slightly misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cguentherTUChemnitz committed Oct 16, 2022
1 parent 3a39b4c commit 3aed2bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/qpdf/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def requirements(self):
# https://qpdf.readthedocs.io/en/stable/installation.html#basic-dependencies
self.requires("zlib/1.2.13")
if self.options.with_ssl == "openssl":
# TODO: update to 3.x branch of openssl, when zlib is able to handle it
self.requires("openssl/1.1.1q")
elif self.options.with_ssl == "gnutls":
raise ConanInvalidConfiguration("GnuTLS is not available in Conan Center yet.")
Expand Down

0 comments on commit 3aed2bb

Please sign in to comment.