mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake,krb5] make KRB5_ROOT_* cache variables
this makes them visible by ccmake and other config tools.
This commit is contained in:
@@ -19,6 +19,12 @@ include(CheckIncludeFile)
|
||||
include(CheckIncludeFiles)
|
||||
include(CheckTypeSize)
|
||||
|
||||
set(KRB5_ROOT_CONFIG "${KRB5_ROOT_CONFIG}" CACHE STRING
|
||||
"Force kerberos implementation by setting full path to krb5-config"
|
||||
)
|
||||
set(KRB5_ROOT_FLAVOUR "${KRB5_ROOT_FLAVOUR}"
|
||||
CACHE STRING "Force kerberos implementation by setting [mit|Heimdal]. Empty for default"
|
||||
)
|
||||
set(_KRB5_REQUIRED_VARS KRB5_FOUND KRB5_VERSION KRB5_FLAVOUR KRB5_INCLUDE_DIRS KRB5_LIBRARIES)
|
||||
|
||||
macro(PROVIDES_KRB5)
|
||||
|
||||
Reference in New Issue
Block a user