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/module | |
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/module')
-rw-r--r-- | Help/module/FindXerces.rst | 1 | ||||
-rw-r--r-- | Help/module/FindXercesC.rst | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Help/module/FindXerces.rst b/Help/module/FindXerces.rst deleted file mode 100644 index 166d8dd..0000000 --- a/Help/module/FindXerces.rst +++ /dev/null @@ -1 +0,0 @@ -.. cmake-module:: ../../Modules/FindXerces.cmake diff --git a/Help/module/FindXercesC.rst b/Help/module/FindXercesC.rst new file mode 100644 index 0000000..4818071 --- /dev/null +++ b/Help/module/FindXercesC.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/FindXercesC.cmake |