Hi. This issue is with CPack 2.8.10.1 on Mac OS.
I have a CPack configuration inside a CMake file that seems to skip some variables that have been set. For example: INCLUDE(InstallRequiredSystemLibraries) SET(CPACK_RESOURCE_FILE_README "Absolute path to the redme file") SET(CPACK_PACKAGE_VENDOR "Myself") . . . [OTHER commands and variables] . . . INCLUDE(CPack) I have paths specified for the CPACK_RESOURCE_FILE_README, CPACK_RESOURCE_FILE_WELCOME, and CPACK_RESOURCE_FILE_LICENSE variables. When I run CMake the corresponding CPackConfig.cmake file includes all the path to the readme, welcome and license files are set to the templates included with CMake. Also, the CPACK_PACKAGE_VENDOR variable is always set to "Humanity." Am I overlooking something? Thanks in advance. --- Paolo
-- 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
