]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: do not add zlib headers for openssl
authorViktor Szakats <commit@vsz.me>
Fri, 31 Mar 2023 18:03:43 +0000 (18:03 +0000)
committerViktor Szakats <commit@vsz.me>
Fri, 31 Mar 2023 18:03:43 +0000 (18:03 +0000)
commit0409f633202abf064d070008b5832cc240f110db
treeef108651e03c497cb8348fe522a56c7e20b468fa
parent3797f1a4ca8fbd1c73a93ea973a3a6931b6e689b
cmake: do not add zlib headers for openssl

Logic copied earlier from wolfSSL. wolfSSL requires zlib headers for its
public headers. OpenSSL does not, so stop adding zlib headers for it.

Follow-up to 1e3319a167d2f32d295603167486e9e88af9bb4e

Closes #10878
CMakeLists.txt