Skip to content

Commit

Permalink
Merge pull request #41 from sebastic/xerces-3.2
Browse files Browse the repository at this point in the history
Add support for xerces-c 3.2.
  • Loading branch information
jklimke committed Nov 16, 2017
2 parents d56031f + 44e2f1a commit db4c831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/FindXerces.cmake
Expand Up @@ -29,14 +29,14 @@ ${XERCESC_INCLUDE_DIR}
)

IF (XERCESC_STATIC)
FIND_LIBRARY(XERCESC_LIBRARY NAMES xerces-c_static_3 xerces-c-3.1 xerces-c
FIND_LIBRARY(XERCESC_LIBRARY NAMES xerces-c_static_3 xerces-c-3.2 xerces-c-3.1 xerces-c
PATHS
$ENV{XERCESC_LIBRARY_DIR}
${XERCESC_LIBRARY_DIR}
/usr/lib
/usr/local/lib
)
FIND_LIBRARY(XERCESC_LIBRARY_DEBUG NAMES xerces-c_static_3D xerces-c-3.1D
FIND_LIBRARY(XERCESC_LIBRARY_DEBUG NAMES xerces-c_static_3D xerces-c-3.2D xerces-c-3.1D
PATHS
$ENV{XERCESC_LIBRARY_DIR}
${XERCESC_LIBRARY_DIR}
Expand Down

0 comments on commit db4c831

Please sign in to comment.