cmake/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst

9 lines
256 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_SKIP_INSTALL_RULES
------------------------
Whether to disable generation of installation rules.
2019-11-11 23:01:05 +01:00
If ``TRUE``, CMake will neither generate installation rules nor
2015-11-17 17:22:37 +01:00
will it generate ``cmake_install.cmake`` files. This variable is ``FALSE`` by
default.