mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
d040d1647d
CPack tests can now define one or more packaging types and that test will be executed once per generator per packaging type. This also enables us to set default values per packaging type for each generator which makes tests shorter.
2 lines
38 B
CMake
2 lines
38 B
CMake
set(CPACK_RPM_COMPONENT_INSTALL "ON")
|