cmake/Help/variable/CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst

10 lines
383 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION
------------------------------------------
2015-11-17 17:22:37 +01:00
Ask ``cmake_install.cmake`` script to warn each time a file with absolute
``INSTALL DESTINATION`` is encountered.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
This variable is used by CMake-generated ``cmake_install.cmake`` scripts.
If one sets this variable to ``ON`` while running the script, it may get
2014-08-03 19:52:23 +02:00
warning messages from the script.