]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: add missing `pkg-config` hints to Find modules
authorViktor Szakats <commit@vsz.me>
Tue, 13 Aug 2024 09:20:00 +0000 (11:20 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 15 Aug 2024 07:29:06 +0000 (09:29 +0200)
commit2784801977e81f68c6f87f9509e64f332d74acab
tree30073c0f521893d4854f27983400ce90dfbf8446
parentdd3b3eca5b10efc35744e784048b3060eeb443b3
cmake: add missing `pkg-config` hints to Find modules

- brotli, c-ares, libpsl, libssh2, mbedtls, rustls:
  Use `pkg-config` for path hints and version info. Syncing them up with
  the rest of Find modules.

- GHA/macos: force-disable libssh2 with cmake to sync with autotools.
  After this patch, cmake auto-detects libssh2 in this job.

Closes #14545
.github/workflows/macos.yml
CMake/FindBrotli.cmake
CMake/FindCARES.cmake
CMake/FindLibPSL.cmake
CMake/FindLibSSH2.cmake
CMake/FindMbedTLS.cmake
CMake/Findrustls.cmake