mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
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