]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake/FindNGTCP2: simplify multi-pkg-config detection
authorViktor Szakats <commit@vsz.me>
Sat, 5 Apr 2025 18:09:50 +0000 (20:09 +0200)
committerViktor Szakats <commit@vsz.me>
Sat, 5 Apr 2025 21:03:14 +0000 (23:03 +0200)
commit01e45f81bddb2fef27fe35b7dd32032062a183f6
treec58813fbbf99ff1cbf05b26f5097f3471174e035
parentbadfb951ec5c136185d0e522648a0cc5e319a918
cmake/FindNGTCP2: simplify multi-pkg-config detection

Use a single `pkg_check_modules` call to detect the main & crypto libs.

Follow-up to 3b501976a9adcf20218ffb96d9041806432227e4 #16479
Closes #16980
CMake/FindNGTCP2.cmake