summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-01-21 18:55:50 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-01-21 18:55:50 (GMT)
commitaaf06f2b0f4ce4085e2bf1c60ffc63065968a9c6 (patch)
tree1c41392253a1e8dd788552d3e8639686780663b2 /Help
parent563a6c7be09c73bdd7e0ee7b0c52dd9bbc20c50a (diff)
parentf9e45ab9d412b08ded8a11ff1f4f0ef90e10358c (diff)
downloadCMake-aaf06f2b0f4ce4085e2bf1c60ffc63065968a9c6.zip
CMake-aaf06f2b0f4ce4085e2bf1c60ffc63065968a9c6.tar.gz
CMake-aaf06f2b0f4ce4085e2bf1c60ffc63065968a9c6.tar.bz2
Merge topic 'add-FindXalanC'
f9e45ab9 FindXalanC: New module to find the Apache Xalan-C++ library
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-modules.7.rst1
-rw-r--r--Help/module/FindXalanC.rst1
-rw-r--r--Help/release/dev/FindXalanC.rst5
3 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index c9219d5..10f05df 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -213,6 +213,7 @@ All Modules
/module/FindwxWidgets
/module/FindwxWindows
/module/FindXCTest
+ /module/FindXalanC
/module/FindXercesC
/module/FindX11
/module/FindXMLRPC
diff --git a/Help/module/FindXalanC.rst b/Help/module/FindXalanC.rst
new file mode 100644
index 0000000..b99d212
--- /dev/null
+++ b/Help/module/FindXalanC.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/FindXalanC.cmake
diff --git a/Help/release/dev/FindXalanC.rst b/Help/release/dev/FindXalanC.rst
new file mode 100644
index 0000000..5369774
--- /dev/null
+++ b/Help/release/dev/FindXalanC.rst
@@ -0,0 +1,5 @@
+FindXalanC
+----------
+
+* A :module:`FindXalanC` module was introduced to find the
+ Apache Xalan-C++ XSL transform processing library.