diff options
author | Brad King <brad.king@kitware.com> | 2014-12-04 15:36:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-04 15:41:26 (GMT) |
commit | 27141eede739fb4376a6fe2cec1b1171841bf7fb (patch) | |
tree | e15b310f33757a70785d5b2d3567f55b72dba37d /Help/manual/cmake-modules.7.rst | |
parent | 433c6d4689ca86f1a8d8d966be0204e98f95b968 (diff) | |
download | CMake-27141eede739fb4376a6fe2cec1b1171841bf7fb.zip CMake-27141eede739fb4376a6fe2cec1b1171841bf7fb.tar.gz CMake-27141eede739fb4376a6fe2cec1b1171841bf7fb.tar.bz2 |
Modules: Rename FindXerces to FindXercesC
The FindXerces module was added in commit v3.1.0-rc1~155^2 (FindXerces:
New module to find Apache Xerces-C++, 2014-08-17). However, there are
two implementations of Xerces, one in C++:
http://xerces.apache.org/xerces-c/
and one in Java:
http://xerces.apache.org/xerces-j/
Rename FindXerces to FindXercesC to clarify that it is about the C++
implementation.
While at it, add the missing CMake 3.1 release note about this module.
Suggested-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index f5a35b3..201c95f 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -208,7 +208,7 @@ All Modules /module/FindWish /module/FindwxWidgets /module/FindwxWindows - /module/FindXerces + /module/FindXercesC /module/FindX11 /module/FindXMLRPC /module/FindZLIB |