]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: fix version variable references in FindGSS
authorViktor Szakats <commit@vsz.me>
Wed, 7 Aug 2024 21:38:15 +0000 (23:38 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 7 Aug 2024 21:41:27 +0000 (23:41 +0200)
commita3155db43da3fd8dc8a69d73b7fb03d1c61a477c
treebb14143ea4b58e153739a142b7db247ce5d6dd28
parentc2889a7b4180fc963ae30811f59ab547b6eb03cd
cmake: fix version variable references in FindGSS

Assign the value of the variable instead of the name of the variable
when detecting GSS version via `pkg-config` on old (?) CMake.

(On recent CMake, there is an empty value in these variables.)

Closes #14445
CMake/FindGSS.cmake