NeXus mxml support for now dropped since the upstream NeXus library is incompatible with the new mini-xml v3.

This commit is contained in:
suter_a 2019-07-24 08:31:08 +02:00
parent a33248d3e8
commit cf03c49cf8

View File

@ -178,8 +178,8 @@ endif (qt_based_tools)
#--- if NeXus check also for HDF4, HDF5, and MXML -----------------------------
if (nexus)
find_package(HDF5 COMPONENTS CXX REQUIRED )
#//as35 - STILL NEEDED?? -> find_package(HDF4 REQUIRED)
find_package(MXML REQUIRED)
#//as35 - STILL SUPPORTED BY NEXUS ?? -> find_package(HDF4 REQUIRED)
#//as35 - STILL SUPPORTED BY NEXUS ?? -> find_package(MXML REQUIRED)
find_package(NeXus REQUIRED)
add_definitions(-DPNEXUS_ENABLED)
endif (nexus)