summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-21 13:25:34 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-09-21 13:25:34 (GMT)
commit1f4358134f2cf5b9fe72088d6534084a8fb71a52 (patch)
treea13be33e9f04bcfaf4715e3c648e3fa872350466 /Help
parent38830fc0cabb742cf95160429cc99cdb5326cce7 (diff)
parentbc2e54db5516ed884f0affe020e52256f0c8b3d5 (diff)
downloadCMake-1f4358134f2cf5b9fe72088d6534084a8fb71a52.zip
CMake-1f4358134f2cf5b9fe72088d6534084a8fb71a52.tar.gz
CMake-1f4358134f2cf5b9fe72088d6534084a8fb71a52.tar.bz2
Merge topic 'cpack-verbatim-variables'
bc2e54db Introduction of CPACK_VERBATIM_VARIABLES variable
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/CPack-updates.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/CPack-updates.rst b/Help/release/dev/CPack-updates.rst
index 7ac1ed7..ea0780f 100644
--- a/Help/release/dev/CPack-updates.rst
+++ b/Help/release/dev/CPack-updates.rst
@@ -4,3 +4,8 @@ CPack-updates
* The :module:`CPack` module no longer mangles settings with CMake-special
characters when they're used as defaults for other settings. The macro
``cpack_set_if_not_set``, which was responsible for this, is now deprecated.
+
+* The :module:`CPack` module gained a new setting, ``CPACK_VERBATIM_VARIABLES``,
+ which can be used to ensure the cpack program receives the settings' values
+ exactly as they were set, even if they contain CMake-special characters.
+ For compatibility, it's off by default.