]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: add missing version detection to Find modules
authorViktor Szakats <commit@vsz.me>
Tue, 13 Aug 2024 20:59:50 +0000 (22:59 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 16 Aug 2024 14:53:44 +0000 (16:53 +0200)
commit4e2f3641f80e233738147d82218317f331369c50
treea8af09bf09aa1b623a51ca5a3198a1b3b0ba4703
parent2bea3892e736c36df471eaed6ab8164eb9fd3f5a
cmake: add missing version detection to Find modules

- use `pkg-config` version when available and where it wasn't yet used.

- add manual version detection for dependencies where this is possible
  (via a public header) and where it wasn't done yet.

Closes #14548
CMake/FindCARES.cmake
CMake/FindLibPSL.cmake
CMake/FindLibSSH2.cmake
CMake/FindMbedTLS.cmake
CMake/FindNGHTTP2.cmake
CMake/FindNGHTTP3.cmake
CMake/FindNGTCP2.cmake
CMake/FindWolfSSL.cmake
CMake/FindZstd.cmake