Hi All I'm packaging an application with CMake/Cpack/NSIS and it's going pretty well except for one point.
I have a core component with executables and a data component. Both are built by CMake and have an INSTALL command. Install target gives me 2 directories (Apps and Data) in the CMAKE_INSTALL_PREFIX directory which is fine. With CPack/Nsis, I try to install them in 2 different locations like ProgramFiles for Core and ProgramData for Data, but I cannot find a way to do this. Is there a way to specify an install destination by component? Thanks -- Romuald Delmont
-- 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