2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
|
|
|
|
-------------------------------------------
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
Ask ``cmake_install.cmake`` script 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
|
|
|
|
file takes place. This variable is used by CMake-generated
|
2015-08-18 08:34:01 +03:00
|
|
|
``cmake_install.cmake`` scripts. If one sets this variable to ``ON`` while
|
2013-10-15 19:17:36 +04:00
|
|
|
running the script, it may get fatal error messages from the script.
|