From cf03c49cf867faba4fc6a88fbc2d6440e76c4d92 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Wed, 24 Jul 2019 08:31:08 +0200 Subject: [PATCH] NeXus mxml support for now dropped since the upstream NeXus library is incompatible with the new mini-xml v3. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b0851ca..34729c15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)