mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cpack: Add CPACK_INSTALL_CMAKE_CONFIGURATIONS variable
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
cpack-install-multiple-configurations
|
||||
-------------------------------------
|
||||
|
||||
* CPack learned :variable:`CPACK_INSTALL_CMAKE_CONFIGURATIONS` to control
|
||||
what configurations going to be packaged for multi-configuration generators.
|
||||
Reference in New Issue
Block a user