Is there some way to run a shell script/command/cmake script AFTER all the packaging is completed? When I run "make package" from the command line everything goes just fine. The issue is that the folder _CPack_Packages is left over which contains a Symlink to /Applications for OS X systems. Having this link over loads Eclipse as Eclipse will then try to find all executables in /Applications which does not tend to work out well.
So basically I just want to delete the _CPack_Packages folder after the package has been generated. Thanks ___________________________________________________________ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio -- 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