]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: always reference OpenSSL and ZLIB via imported targets
authorViktor Szakats <commit@vsz.me>
Thu, 6 Feb 2025 01:50:09 +0000 (02:50 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 6 Feb 2025 23:03:46 +0000 (00:03 +0100)
commit8c5be1884333f6c28486c87b6054cd067dbf72d0
tree64df9eccbcc9aac22d89e2731bb3a72100095851
parentb3e12b7d6ff1ea03982869acaf422609671e0263
cmake: always reference OpenSSL and ZLIB via imported targets

Some places where still referencing them via global variables.

Closes #16207
CMakeLists.txt