Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/7818
Change subject: IMPALA-5846: Fix output path for kudu libraries ...................................................................... IMPALA-5846: Fix output path for kudu libraries Prior to this patch, libraries and executables built using ADD_EXPORTABLE_LIBRARY (i.e. those built from be/src/kudu) were placed in their source directory - not in be/build/<etc>. The problem appears to be related to how LIBRARY_OUTPUT_PATH was set by ADD_EXPORTABLE_LIBRARY. I confess I don't completely understand the bug, but this more idiomatic (and clear, IMHO) way of setting the output dirs has the expected behaviour. Change-Id: I73f3dd5435bceb35bc929ff6d5f2c92300e2a1d2 --- M cmake_modules/kudu_cmake_fns.txt 1 file changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/18/7818/1 -- To view, visit http://gerrit.cloudera.org:8080/7818 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I73f3dd5435bceb35bc929ff6d5f2c92300e2a1d2 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson <[email protected]>
