CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst 367 B

12345678
  1. CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION
  2. ------------------------------------------
  3. Ask cmake_install.cmake script to warn each time a file with absolute INSTALL DESTINATION is encountered.
  4. This variable is used by CMake-generated cmake_install.cmake scripts.
  5. If one sets this variable to ON while running the script, it may get
  6. warning messages from the script.