Impala Public Jenkins has submitted this change and it was merged. Change subject: Add Kudu cmake utilities ......................................................................
Add Kudu cmake utilities This commit imports some CMake utility methods from Kudu, in preparation for adding KRPC and its dependencies to Impala's build. The methods are unused in this patch, but will be used both by thirdparty dependencies (e.g. Protobuf) and by the Kudu libraries themselves. Some methods are stubbed out to make it easier to import Kudu's CMakeLists.txt files without adding extra test targets etc. to Impala's build. Change-Id: Ibaae645d650ab1555452e4cc2574d6c84a90d941 Reviewed-on: http://gerrit.cloudera.org:8080/5656 Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Impala Public Jenkins --- M CMakeLists.txt A cmake_modules/kudu_cmake_fns.txt 2 files changed, 160 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Matthew Jacobs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/5656 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibaae645d650ab1555452e4cc2574d6c84a90d941 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
