Fixup for supporting system installed HDF5 and Eigen

This commit is contained in:
Guilhem Lavaux 2018-11-01 14:32:00 +01:00
parent 6ab5df28f3
commit d0533f3235
2 changed files with 6 additions and 3 deletions

View file

@ -40,7 +40,7 @@ if (HDF5_FOUND)
)
target_include_directories(CosmoHDF5 BEFORE PRIVATE ${HDF5_INCLUDE_DIR})
else(HDF5_FOUND)
add_library(CosmoHdf5 OBJECT
add_library(CosmoHDF5 OBJECT
loadFlash_dummy.cpp
)
endif (HDF5_FOUND)