CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst 467 B

123456789
  1. CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
  2. -------------------------------------------
  3. Ask cmake_install.cmake script to error out as soon as a file with absolute INSTALL DESTINATION is encountered.
  4. The fatal error is emitted before the installation of the offending
  5. file takes place. This variable is used by CMake-generated
  6. cmake_install.cmake scripts. If one sets this variable to ON while
  7. running the script, it may get fatal error messages from the script.