Change #230948
Category | None |
Changed by | Viktor Szakats <commit | @vsz.me>
Changed at | Thu 29 May 2025 06:59:02 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | master |
Revision | 4c6b74e1e8dfe3ebe681f5be9a5dd7d684e285c7 |
Comments
cmake: fix missed version number for multi-pkg-config detections It broke cmake builds with OpenSSL 3.5.0 and ngtcp2 1.12.0 or newer, when detected via `pkg-config`. For brotli, mbedtls, LDAP, ngtcp2 builds, it caused their version numbers missing from the configure log when detected via `pkg-config`. Regression from 01e45f81bddb2fef27fe35b7dd32032062a183f6 #16980 Regression from 3b501976a9adcf20218ffb96d9041806432227e4 #16479 Bug: https://github.com/curl/curl/pull/16980#issuecomment-2916811388 Reported-by: x-xiang on github Closes #17476
Changed files
- CMake/FindBrotli.cmake
- CMake/FindLDAP.cmake
- CMake/FindMbedTLS.cmake
- CMake/FindNGTCP2.cmake