mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
2f8b837a30
This deprecates the GNUTLS_VERSION result variable. Instead of setting the version from pkg-config, the header files can be used. GnuTLS versions 2.7.2 and later define the GNUTLS_VERSION in `<gnutls/gnutls.h>` header. Earlier versions defined LIBGNUTLS_VERSION. If finding such string in header is not successful, fallback to version from pkg-config is used. Issue: #27088