From: Eduardo DAVILA Date: Wed, 3 Jul 2019 13:00:27 +0000 (+0200) Subject: #3214 crea Feature New Normal - vtk8itk4wx3-mingw64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9e148a8d7d2e7266f3c66baa2413e4a2b77f6266;p=crea.git #3214 crea Feature New Normal - vtk8itk4wx3-mingw64 --- diff --git a/cmake/CREAMacro_FindAndUseLibraries.cmake b/cmake/CREAMacro_FindAndUseLibraries.cmake index 52919c3..ae8f19b 100644 --- a/cmake/CREAMacro_FindAndUseLibraries.cmake +++ b/cmake/CREAMacro_FindAndUseLibraries.cmake @@ -416,9 +416,11 @@ IF(USE_XERCES) ENDIF(NOT XERCES_LIB_DIR) IF(USE_DEBUG_LIB) - set(XERCES_LIBRARIES xerces-c_3D) +#EED 2019-07-03 set(XERCES_LIBRARIES xerces-c_3D) + set(XERCES_LIBRARIES xerces-c) ELSE(USE_DEBUG_LIB) - set(XERCES_LIBRARIES xerces-c_3) +#EED 2019-07-03 set(XERCES_LIBRARIES xerces-c_3) + set(XERCES_LIBRARIES xerces-c) ENDIF(USE_DEBUG_LIB) MARK_AS_ADVANCED(XERCES_LIB_DIR)