summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-27 18:11:01 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-27 18:11:08 (GMT)
commitc03ee3ca714715671ff54cd2f61217b62637ff14 (patch)
tree0c714ccb059b1e360d02f65c00dbf4b796d08fb5 /Help
parentc126e80b5a7a9cf98ebea7c34a2b5b5f848dfab1 (diff)
parenta3a1e69f8a8e6571bbb8c9257b401f04c22bd1e2 (diff)
downloadCMake-c03ee3ca714715671ff54cd2f61217b62637ff14.zip
CMake-c03ee3ca714715671ff54cd2f61217b62637ff14.tar.gz
CMake-c03ee3ca714715671ff54cd2f61217b62637ff14.tar.bz2
Merge topic 'FindFontconfig-var-case'
a3a1e69f8a FindFontconfig: Convert module variables to camel case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3153
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.14.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst
index 5038a75..f2a91c6 100644
--- a/Help/release/3.14.rst
+++ b/Help/release/3.14.rst
@@ -377,3 +377,17 @@ Other Changes
* CMake no longer issues a warning if a target listed in an
:command:`install(TARGETS)` command has its :prop_tgt:`EXCLUDE_FROM_ALL`
property set to true.
+
+Updates
+=======
+
+Changes made since CMake 3.14.0 include the following.
+
+3.14.1
+------
+
+* The :module:`FindFontconfig` module added by 3.14.0 accidentally
+ used uppercase ``FONTCONFIG_*`` variable names that do not match
+ our conventions. 3.14.1 revises the module to use ``Fontconfig_*``
+ variable names. This is incompatible with 3.14.0 but since the
+ module is new in the 3.14 series usage should not yet be widespread.