diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-12 13:16:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-12 13:16:31 (GMT) |
commit | 27020c81d516707ee2069d343cd058496fa71587 (patch) | |
tree | 9c1c768f6aee49e2daee807008b1561a8abd7934 /Modules | |
parent | 2dcd7ce4ba803fa4c4d27526e45e2c9cbb88e49e (diff) | |
parent | 1d1fa5d3e4f3594f1c1db258e526c4b747117aa2 (diff) | |
download | CMake-27020c81d516707ee2069d343cd058496fa71587.zip CMake-27020c81d516707ee2069d343cd058496fa71587.tar.gz CMake-27020c81d516707ee2069d343cd058496fa71587.tar.bz2 |
Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS'
1d1fa5d3e4 Tests: Add RunCMake.CPackCommandLine case for multi-config package
108207cc84 CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4025
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPack.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index c912a0a..cbb5323 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -301,13 +301,6 @@ The following variables are for advanced uses of CPack: project. Defaults to the value of :variable:`CMAKE_GENERATOR`. Few users will want to change this setting. -.. variable:: CPACK_INSTALL_CMAKE_CONFIGURATIONS - - Specify the project configurations to be packaged (e.g. ``Debug``, ``Release``, - etc.). When the CMake project uses a multi-configuration generator such as Xcode - or Visual Studio, this option can be used to specify what configurations - to include in the package. - .. variable:: CPACK_INSTALL_CMAKE_PROJECTS List of four values that specify what project to install. The four values |