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 distinguish them from the release builds, one can build the package containing both Debug
and Release
binaries.
Topic-rename: cpack-install-multiple-configurations
Edited by Brad King