https://github.com/Kitware/CMake
Raw File
Tip revision: bd6389f7bce6d69a75e6f84245834e19b24cc03f authored by Brad King on 11 February 2015, 15:23:38 UTC
CMake 3.1.3
Tip revision: bd6389f
CPACK_ABSOLUTE_DESTINATION_FILES.rst
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.
back to top