summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-19 13:57:05 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-19 13:59:27 (GMT)
commitd120ccd19349447bce8104b8555bb34b13f78e46 (patch)
treeb219795bdbb86ca3a335de2a3dce4354c5f79ccf /Help
parent29ec12fb4f148cc68007a6b7b79925a5670645c7 (diff)
parent84e7920b3ac9241cf73a468120ff0ea83f9a7c86 (diff)
downloadCMake-d120ccd19349447bce8104b8555bb34b13f78e46.zip
CMake-d120ccd19349447bce8104b8555bb34b13f78e46.tar.gz
CMake-d120ccd19349447bce8104b8555bb34b13f78e46.tar.bz2
Merge topic 'find_fontconfig'
84e7920b3a FindFontconfig: Add module to find Fontconfig Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2487
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-modules.7.rst1
-rw-r--r--Help/module/FindFontconfig.rst1
-rw-r--r--Help/release/dev/find_fontconfig.rst6
3 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index f9b4afb..c0bef08 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -131,6 +131,7 @@ They are normally called through the :command:`find_package` command.
/module/FindFLEX
/module/FindFLTK2
/module/FindFLTK
+ /module/FindFontconfig
/module/FindFreetype
/module/FindGCCXML
/module/FindGDAL
diff --git a/Help/module/FindFontconfig.rst b/Help/module/FindFontconfig.rst
new file mode 100644
index 0000000..449fe09
--- /dev/null
+++ b/Help/module/FindFontconfig.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/FindFontconfig.cmake
diff --git a/Help/release/dev/find_fontconfig.rst b/Help/release/dev/find_fontconfig.rst
new file mode 100644
index 0000000..4ae18c9
--- /dev/null
+++ b/Help/release/dev/find_fontconfig.rst
@@ -0,0 +1,6 @@
+find_fontconfig
+---------------
+
+* The :module:`FindFontconfig` module was added to find `fontconfig`_.
+
+.. _`fontconfig`: https://www.freedesktop.org/wiki/Software/fontconfig/