Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindXercesC: Also search for xerces-c_2 (#15648) | Roger Leigh | 2015-07-13 | 1 | -1/+1 |
| | | | | This is the previous stable release name used on Windows. | ||||
* | FindXercesC: Find versioned library on Windows | Roger Leigh | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Modules: Rename FindXerces to FindXercesC | Brad King | 2014-12-04 | 1 | -0/+85 |
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> |