I have 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.
Where should I start looking? /Thomas -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
