Browse Source

fix logic for including xercesc on macos

tempestpy_adaptions
Sebastian Junges 4 years ago
parent
commit
ee2351ede3
  1. 2
      resources/3rdparty/include_xerces.cmake

2
resources/3rdparty/include_xerces.cmake

@ -9,7 +9,7 @@ if(USE_XERCESC)
FIND_LIBRARY(CORESERVICES_LIBRARY CoreServices )
mark_as_advanced(COREFOUNDATION_LIBRARY)
mark_as_advanced(CORESERVICES_LIBRARY)
string(REPLACE ".so" ".dylib" XercesC_LIBRARIES ${XercesC_LIBRARIES})
string(REPLACE ".dylib" ".so" XercesC_LIBRARIES ${XercesC_LIBRARIES})
endif()

Loading…
Cancel
Save