mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
fec71ae30c
The cURL project has provided a pkg-config file for well over a decade now. Just use that instead of the cmake one, since the latter also checks for misc curl components, unusual library names (libcurl_imp) which is not something we need. In addition, this will make enforcing minimum version much easier. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>