mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 18:27:23 +00:00
27141eede7
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>
2 lines
50 B
ReStructuredText
2 lines
50 B
ReStructuredText
.. cmake-module:: ../../Modules/FindXercesC.cmake
|