From c6535ae689529df84175b65c4148e027cddfe3d6 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 1 Sep 2023 10:03:25 +0200 Subject: [PATCH] [cmake] fix krb5 help text --- cmake/FindKRB5.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindKRB5.cmake b/cmake/FindKRB5.cmake index 0b908c51d..979270484 100644 --- a/cmake/FindKRB5.cmake +++ b/cmake/FindKRB5.cmake @@ -215,7 +215,7 @@ find_package_handle_standard_args(KRB5 VERSION_VAR KRB5_VERSION FAIL_MESSAGE - "Could NOT find Kerberos, try to set the path to Kerberos root folder in the system variable KRB_ROOT_DIR" + "Could NOT find Kerberos, try to set the CMake variable KRB5_ROOT_CONFIG to the full path of krb5-config" ) mark_as_advanced(${_KRB5_REQUIRED_VARS})