mirror of
https://github.com/curl/curl.git
synced 2026-07-23 08:37:16 +03:00
cmake: fix GSS_VERSION for Heimdal found via pkg-config
Previously used source variable was never defined, possibly due to a copy-paste-edit typo. Closes #14393
This commit is contained in:
parent
3f7dc8a404
commit
82bbb386a3
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ else()
|
|||
set(_GSS_VERSION _GSS_PKG_${_MIT_MODNAME}_VERSION)
|
||||
else()
|
||||
set(GSS_FLAVOUR "Heimdal")
|
||||
set(_GSS_VERSION _GSS_PKG_${_MIT_HEIMDAL}_VERSION)
|
||||
set(_GSS_VERSION _GSS_PKG_${_HEIMDAL_MODNAME}_VERSION)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue