1CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
2-------------------------------------------
3
4Ask CPack to error out as soon as a file with absolute ``INSTALL DESTINATION``
5is encountered.
6
7The fatal error is emitted before the installation of the offending
8file takes place.  Some CPack generators, like ``NSIS``, enforce this
9internally.  This variable triggers the definition
10of :variable:`CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION` when CPack
11runs.
12