Todd Lipcon has submitted this change and it was merged. Change subject: client_samples-test: use thirdparty cmake if none is on the system ......................................................................
client_samples-test: use thirdparty cmake if none is on the system Typically, we want client_samples-test to use the system-installed cmake, so that we can make sure our generated cmake file works even with older versions of cmake. However, some people may not have cmake at all, in which case we should fall back to the one in thirdparty. Change-Id: Iace6941eb2d9ba085d2cc062d30927b9e5633743 Reviewed-on: http://gerrit.cloudera.org:8080/1792 Tested-by: Internal Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/client/client_samples-test.sh 1 file changed, 9 insertions(+), 1 deletion(-) Approvals: Adar Dembo: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1792 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iace6941eb2d9ba085d2cc062d30927b9e5633743 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
