mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
be0458c562
The boolean variable CMAKE_SKIP_INSTALL_RULES allows disabling generation of install rules for projects which don't want them.
8 lines
243 B
ReStructuredText
8 lines
243 B
ReStructuredText
CMAKE_SKIP_INSTALL_RULES
|
|
------------------------
|
|
|
|
Whether to disable generation of installation rules.
|
|
|
|
If TRUE, cmake will neither generate installaton rules nor
|
|
will it generate cmake_install.cmake files. This variable is FALSE by default.
|