Hi Folks, I have an exiting CMake project which currently builds a TGZ artifact. I would like to use CPack to create a zip file containing some of the files currently installed and then include that zip file within the parent TGZ archive.
What is the best way to approach this problem of using CPack with two separate generation methods within one cmake project? I am not a cmake guru so I am still trying to learn the r I see that CPack has component groups, but is there a way to set a dependency so that the Zip is always built first and then installed so that it can be packaged into the parent TGZ? Thanks, Brian
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
