handle preprocessor flag for nexus.

This commit is contained in:
2018-05-04 20:25:19 +02:00
parent 382c27b24b
commit 194bd31c8f
3 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,7 @@ if (nexus)
#//as35 - STILL NEEDED?? -> find_package(HDF4 REQUIRED)
find_package(MXML REQUIRED)
find_package(NeXus REQUIRED)
add_definitions(-DPNEXUS_ENABLED)
endif (nexus)
#--- check for Cuba lib if BMWlibs are enabled --------------------------------