diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-12 13:16:17 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-12 08:16:31 -0500 |
commit | 00f5e0206037ceec2d3c33569d1c845fdffa504f (patch) | |
tree | f9ef1bb0763822238e4ae0ccdb318eba2d05a6bf /Modules | |
parent | 5e328c6d74ed6b6470e1df1005d07fe930185b52 (diff) | |
parent | 1d1fa5d3e4f3594f1c1db258e526c4b747117aa2 (diff) | |
download | cmake-00f5e0206037ceec2d3c33569d1c845fdffa504f.tar.gz |
Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' into release-3.16
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 18098464e7..8a6a7129e8 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 |