<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Found this:&nbsp;<a href="http://www.cmake.org/pipermail/cmake/2008-July/022958.html">http://www.cmake.org/pipermail/cmake/2008-July/022958.html</a><div><br></div><div>CPack can't handle absolute install paths (like /usr/local/include) unless CPACK_SET_DESTDIR is set, then it installs in the specified location and picks the files from there. Normal behaviour is to install in a temporary location by modifying the CMAKE_INSTALL_PREFIX and fetching them from there.</div><div><br></div><div>What's CPack's thought model for installing a package of headers and libraries from a TGZ on Unixen? That the files should go in a separate a package directory? Because that might match Windows/Macosx install models, but not Unix where they normally go in a standardized location that is already in the appropriate search paths.... Anyway to achieve this?</div><div><br></div><div>/Thomas</div><div><br><div><div>26 nov 2012 kl. 16:08 skrev David Cole &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;:</div><br class="Apple-interchange-newline"><blockquote type="cite">Run:<br><br> &nbsp;VERBOSE=1 make package<br><br>Then, run the same command line that it runs for CPack, but add the<br>"--debug" and "--verbose" flags to see if that tells you what's going<br>wrong...<br><br><br>HTH,<br>David<br><br><br>On Mon, Nov 26, 2012 at 10:01 AM, Thomas Nilsson<br>&lt;<a href="mailto:thomas.nilsson@responsive.se">thomas.nilsson@responsive.se</a>&gt; wrote:<br><blockquote type="cite">I have &nbsp;a project with multiple subdirectories and installs. I'm trying to get it to package the targets using CPack, but nothing gets included in the .tgz when I "make package". There is an install_manifest.txt generated which lists the correct files, but the .tgz is empty. So it seems that CPack finds the correct targets.<br><br>Where should I start looking?<br><br>/Thomas<br>--<br><br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></blockquote></div><br></div></body></html>