Adar Dembo has submitted this change and it was merged. Change subject: cmake: require out-of-tree builds ......................................................................
cmake: require out-of-tree builds With out-of-tree builds once again working, this patch "flips the switch" and requires all builds to be out-of-tree. There's an override for complex workflows; to use it, run cmake with -DKUDU_ALLOW_IN_SOURCE_BUILD=1. Change-Id: I57a9eab7d35419a3668b9dce384a049cddd1afef Reviewed-on: http://gerrit.cloudera.org:8080/1762 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves <[email protected]> --- M CMakeLists.txt 1 file changed, 16 insertions(+), 0 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Todd Lipcon: Looks good to me, but someone else must approve Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1762 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I57a9eab7d35419a3668b9dce384a049cddd1afef Gerrit-PatchSet: 23 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
