----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10348/ -----------------------------------------------------------
(Updated April 11, 2013, 2:07 p.m.) Review request for qpid, Andrew Stitcher and Steve Huston. Changes ------- This is MUCH better. Summary (updated) ----------------- QPID-4737: Fix cmake "make package" Description (updated) ------- QPID-4737: Fix cmake "make package" "make package" was attempting to install files with absolute paths to the final install location, rather than the temporary install dir. Trivial 1 line fix: set(CPACK_SET_DESTDIR ON) Diffs (updated) ----- /trunk/qpid/cpp/CMakeLists.txt 1466043 Diff: https://reviews.apache.org/r/10348/diff/ Testing ------- Thanks, Alan Conway
