CMake: use XercesC_LIBRARIES to store debug and release version of xerces

This commit is contained in:
wmayer
2020-03-16 12:24:16 +01:00
parent 1bd639bb52
commit 18e3be01eb
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,7 @@ include_directories(
if(MSVC)
set(FreeCADBase_LIBS
${Boost_LIBRARIES}
debug ${XercesC_DEBUG_LIBRARIES}
optimized ${XercesC_LIBRARIES}
${XercesC_LIBRARIES}
${ZLIB_LIBRARIES}
debug MSVCRTD.LIB
debug MSVCPRTD.LIB