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
@ -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…
Reference in New Issue
Block a user