blob: 5eda2544255b6b2d007cf615fd2c6588ba82e8aa (
plain)
1
2
3
4
5
6
7
|
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.
|