Merge topic 'cpack-cmake-special-characters-mangling'

2a7772ff CPack: don't mangle CMake-special characters when applying default settings
This commit is contained in:
Brad King
2015-09-10 11:29:58 -04:00
committed by CMake Topic Stage
6 changed files with 68 additions and 43 deletions
+6
View File
@@ -0,0 +1,6 @@
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.