mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Merge topic 'FindFontconfig-var-case'
a3a1e69f8a FindFontconfig: Convert module variables to camel case
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3153
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user