Skip to content

Commit

Permalink
Merge pull request #47 from ExCALIBUR-NEPTUNE/cmacmackin/fix-hdf5-cmake
Browse files Browse the repository at this point in the history
Allow project to build when using recent releases of HDF5
  • Loading branch information
will-saunders-ukaea authored Nov 13, 2023
2 parents 9c6b462 + 792ad40 commit 20adec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/neso-particles-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ else()
endif()

set(HDF5_PREFER_PARALLEL TRUE)
enable_language(C)
find_package(HDF5 QUIET)

if(HDF5_FOUND AND HDF5_IS_PARALLEL)
Expand Down

0 comments on commit 20adec1

Please sign in to comment.