CMake/Help/variable/CPACK_ABSOLUTE_DESTINATION_FILES.rst
Kitware Robot f051814ed0 Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation:

 ./convert-help.bash "/path/to/CMake-build/bin"

Then remove it.
2013-10-15 14:12:03 -04:00

11 lines
448 B
ReStructuredText

CPACK_ABSOLUTE_DESTINATION_FILES
--------------------------------
List of files which have been installed using an ABSOLUTE DESTINATION path.
This variable is a Read-Only variable which is set internally by CPack
during installation and before packaging using
CMAKE_ABSOLUTE_DESTINATION_FILES defined in cmake_install.cmake
scripts. The value can be used within CPack project configuration
file and/or CPack<GEN>.cmake file of <GEN> generator.