cmake/Help/variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst

11 lines
483 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
-------------------------------------------
2015-11-17 17:22:37 +01:00
Ask ``cmake_install.cmake`` script 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
file takes place. This variable is used by CMake-generated
2015-11-17 17:22:37 +01:00
``cmake_install.cmake`` scripts. If one sets this variable to ``ON`` while
2014-08-03 19:52:23 +02:00
running the script, it may get fatal error messages from the script.