mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
FindXercesC: Add support for 3D_1 variant of the library
This version is generated by the Windows Visual Studio project files for unknown reasons, but is required to pick up the debug version of the library created by current versions of Xerces-C.
This commit is contained in:
@@ -67,7 +67,7 @@ if(NOT XercesC_LIBRARY)
|
||||
NAMES "xerces-c" "xerces-c_3"
|
||||
DOC "Xerces-C++ libraries (release)")
|
||||
find_library(XercesC_LIBRARY_DEBUG
|
||||
NAMES "xerces-cd" "xerces-c_3D"
|
||||
NAMES "xerces-cd" "xerces-c_3D" "xerces-c_3_1D"
|
||||
DOC "Xerces-C++ libraries (debug)")
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)
|
||||
select_library_configurations(XercesC)
|
||||
|
||||
Reference in New Issue
Block a user