mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
The boolean variable CMAKE_SKIP_INSTALL_RULES allows disabling generation of install rules for projects which don't want them.
3 lines
79 B
CMake
3 lines
79 B
CMake
set(CMAKE_SKIP_INSTALL_RULES ON)
|
|
install(FILES CMakeLists.txt DESTINATION src)
|