This is an automated email from the ASF dual-hosted git repository.

stigahuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit ff84667157c5c8e5c2ce02ba1db56bc2b757b872
Author: Michael Smith <[email protected]>
AuthorDate: Tue Aug 16 11:24:58 2022 -0700

    IMPALA-11257: (Addendum) Make KerberosPrograms optional
    
    Fixing CMake warnings fixed detection logic for KerberosPrograms.
    Security tests aren't run in all test suites, so make KerberosPrograms
    optional to reduce basic dev/test requirements.
    
    Change-Id: I76e5c3a36b806b746cc2b59bb5cdcd8251dc0f5d
    Reviewed-on: http://gerrit.cloudera.org:8080/18859
    Reviewed-by: Impala Public Jenkins <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 652cd2aec..d6c58972e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -401,7 +401,7 @@ IMPALA_ADD_THIRDPARTY_LIB(krb5 ${KERBEROS_INCLUDE_DIR} "" 
${KERBEROS_LIBRARY})
 
 # We require certain binaries from the kerberos project for our automated 
kerberos
 # testing.
-find_package(KerberosPrograms REQUIRED)
+find_package(KerberosPrograms)
 
 # find curl headers and libs
 find_package(Curl REQUIRED)

Reply via email to