Fixup for supporting system installed HDF5 and Eigen
This commit is contained in:
parent
6ab5df28f3
commit
d0533f3235
2 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue