summaryrefslogtreecommitdiffstats
path: root/Modules/FindFontconfig.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Guard calls to pkg_check_modulesKai Pastor2024-08-071-1/+3
| | | | | | | | Before calling pkg_check_modules, modules must check PKG_CONFIG_FOUND. When FindPkgConfig.cmake is loaded, pkg_check_modules is always defined regardless of pkg-config being present. However, the whole module might be disabled on user request with CMAKE_DISABLE_FIND_PACKAGE_PkgConfig. This must not break Find modules which just look for a hint or similar.
* Modules: Fix CMP0159 warnings in modules when tracingJuan Ramos2024-03-291-0/+4
| | | | Closes: #25829
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* FindFontconfig: Convert module variables to camel caseBrad King2019-03-261-28/+28
| | | | | | | | | | | | | | | | Our documented standard for find module variable names is to match the case of the find module package name. This was overlooked when the module was added by commit 84e7920b3a (FindFontconfig: Add module to find Fontconfig, 2018-09-27, v3.14.0-rc1~523^2). The module was released with the upper case names in CMake 3.14.0, so fix it to have camel case names in 3.14.1. This is incompatible but anyone using a given release series should be using the latest patch on it and we've made breaking fixups on newly released features like this before. Reported-by: Christophe Giboudeaux <christophe@krop.fr> Fixes: #19094
* FindFontconfig: Add module to find FontconfigFrederik Gladhorn2018-10-181-0/+101
This module is inspired by one from KDE's KWin.