mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
The boolean variable CMAKE_SKIP_INSTALL_RULES allows disabling generation of install rules for projects which don't want them.
2 lines
33 B
CMake
2 lines
33 B
CMake
set(CMAKE_SKIP_INSTALL_RULES ON)
|