mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
For the multi-configuration generators one can specify the list of configurations to include in the package. E.g. having a project, where debug libraries have a suffix to distinct them from the release builds, one can build the package containing both `Debug` and `Release` binaries.
6 lines
230 B
ReStructuredText
6 lines
230 B
ReStructuredText
cpack-install-multiple-configurations
|
|
-------------------------------------
|
|
|
|
* CPack learned :variable:`CPACK_INSTALL_CMAKE_CONFIGURATIONS` to control
|
|
what configurations going to be packaged for multi-configuration generators.
|