2013-10-15 19:17:36 +04:00
|
|
|
CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
|
|
|
|
-------------------------------------------
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
Ask CPack to error out as soon as a file with absolute ``INSTALL DESTINATION``
|
|
|
|
is encountered.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
The fatal error is emitted before the installation of the offending
|
2015-08-18 08:34:01 +03:00
|
|
|
file takes place. Some CPack generators, like NSIS, enforce this
|
2013-10-15 19:17:36 +04:00
|
|
|
internally. This variable triggers the definition
|
2015-08-18 08:34:01 +03:00
|
|
|
of :variable:`CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION` when CPack
|
|
|
|
runs.
|