removed obsolete debug information/comments.

This commit is contained in:
2020-05-14 15:50:50 +02:00
parent 68ce56c7db
commit 29428ec1bf
4 changed files with 2 additions and 38 deletions

View File

@ -182,8 +182,7 @@ endif (qt_based_tools)
#--- if NeXus check also for HDF4, HDF5, and MXML -----------------------------
if (nexus)
find_package(HDF5 COMPONENTS CXX REQUIRED )
#//as35 - STILL SUPPORTED BY NEXUS ?? -> find_package(HDF4 REQUIRED)
#//as35 - STILL SUPPORTED BY NEXUS ?? -> find_package(MXML REQUIRED)
find_package(HDF4 REQUIRED)
find_package(NeXus REQUIRED)
add_definitions(-DPNEXUS_ENABLED)
endif (nexus)
@ -230,7 +229,7 @@ endif (OpenMP_FOUND)
if (nexus)
message("")
#//as35 message(" HDF4 found in ${HDF4_INCLUDE_DIRS}")
message(" HDF4 found in ${HDF4_INCLUDE_DIRS}")
message(" HDF5 found in ${HDF5_INCLUDE_DIRS}")
message(" NeXus found in ${NEXUS_INCLUDE_DIR}")
endif (nexus)