Hi
I finally manage this by building 2 components: Data (obviously for
Data) and Unspecified for everything else.
Tell CPACK to not include Data component, using
SET(CPACK_INSTALL_CMAKE_PROJECTS
"${CMAKE_BINARY_DIR};${CMAKE_PROJECT_NAME};Unspecified;/")
And finally package Data component manually by changing some things in
NSIS.template.in
Not perfect but it does the job.
Thanks for your suggestions.
--
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