1CMAKE_SKIP_INSTALL_RULES
2------------------------
3
4Whether to disable generation of installation rules.
5
6If ``TRUE``, CMake will neither generate installation rules nor
7will it generate ``cmake_install.cmake`` files. This variable is ``FALSE`` by
8default.
9