Hello Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4954
to look at the new patch set (#2).
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
---
M CMakeLists.txt
D cmake_modules/FindKdc.cmake
A cmake_modules/FindKerberos.cmake
3 files changed, 40 insertions(+), 38 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/4954/2
--
To view, visit http://gerrit.cloudera.org:8080/4954
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic680409088f487ee9fa28cbd7e8f2a95a034b4b2
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins