CMAKE_SKIP_INSTALL_RULES.rst 255 B

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