summaryrefslogtreecommitdiffstats
path: root/Help/module
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2014-11-09 22:46:58 (GMT)
committerBrad King <brad.king@kitware.com>2014-11-11 18:02:16 (GMT)
commitc5e797dbb8b2b507431c665e924a41ed0def879e (patch)
treed11efb7a1fa13e96a75dcd1ba1347306dbc67b02 /Help/module
parentf476b41fd8a92c7784a84059f615fdf8155d687e (diff)
downloadCMake-c5e797dbb8b2b507431c665e924a41ed0def879e.zip
CMake-c5e797dbb8b2b507431c665e924a41ed0def879e.tar.gz
CMake-c5e797dbb8b2b507431c665e924a41ed0def879e.tar.bz2
FindIntl: New module to find Gettext libintl
Add support for Sun/Uniforum/GNU gettext libintl. This belongs in CMake rather than upstream because: * There are multiple upstreams (Sun, GNU). * It may or may not be in the glibc C library depending upon the platform and build options used. Although we already have a FindGettext module, that is for the tools. This module is for the library, and is independent because it's perfectly OK to use libintl without the gettext tools (and vice versa), and they might not all be found. Add cross references between the two modules in notes to make the relationship clearer.
Diffstat (limited to 'Help/module')
-rw-r--r--Help/module/FindIntl.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/module/FindIntl.rst b/Help/module/FindIntl.rst
new file mode 100644
index 0000000..813e2df
--- /dev/null
+++ b/Help/module/FindIntl.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/FindIntl.cmake