2014-08-03 19:52:23 +02:00
|
|
|
CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
|
|
|
|
-------------------------------------------
|
|
|
|
|
2015-11-17 17:22:37 +01:00
|
|
|
Ask CPack to error out as soon as a file with absolute ``INSTALL DESTINATION``
|
|
|
|
is encountered.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
|
|
|
The fatal error is emitted before the installation of the offending
|
2019-11-11 23:01:05 +01:00
|
|
|
file takes place. Some CPack generators, like ``NSIS``, enforce this
|
2014-08-03 19:52:23 +02:00
|
|
|
internally. This variable triggers the definition
|
2015-11-17 17:22:37 +01:00
|
|
|
of :variable:`CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION` when CPack
|
|
|
|
runs.
|