aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 4de51ec6638461a0700c6e77f74dd6ce0dd9b36f (plain)
1
2
3
4
5
6
7
# make.configuration.defn for IOHDF5Util
# $Header$

# make sure that IOHDF5Util was configured with HDF5
ifeq ($(strip $(HDF5_LIBS)),)
  $(error "IOHDF5Util requires HDF5. Please configure with HDF5 or remove IOHDF5Util from Thornlist !")
endif