Dan Burkert has submitted this change and it was merged.
Change subject: cmake: search for all required Kerberos binaries
......................................................................
cmake: search for all required Kerberos binaries
If one or more binaries are not found, CMake will issue a warning like:
-- Kerberos binary not found: security tests will fail (missing: kdb5_util
krb5kdc)
Change-Id: Ic680409088f487ee9fa28cbd7e8f2a95a034b4b2
Reviewed-on: http://gerrit.cloudera.org:8080/4954
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Kudu Jenkins
---
M CMakeLists.txt
D cmake_modules/FindKdc.cmake
A cmake_modules/FindKerberos.cmake
3 files changed, 40 insertions(+), 38 deletions(-)
Approvals:
Adar Dembo: Looks good to me, approved
Kudu Jenkins: Verified
--
To view, visit http://gerrit.cloudera.org:8080/4954
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic680409088f487ee9fa28cbd7e8f2a95a034b4b2
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins