Skip to content

Commit

Permalink
Fixed typo '-DD' to '-D' in 'Dependencies'. (BlueBrain#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojahn committed Sep 9, 2020
1 parent 40f7624 commit 26f5287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ It integrates nicely with other CMake projects by defining (and exporting) a Hig

### Dependencies
- hdf5 (dev)
- hdf5-mpi (optional, opt-in with -D*DHIGHFIVE_PARALLEL_HDF5*=ON)
- boost >= 1.41 (recommended, opt-out with -D*DHIGHFIVE_USE_BOOST*=OFF)
- hdf5-mpi (optional, opt-in with -D*HIGHFIVE_PARALLEL_HDF5*=ON)
- boost >= 1.41 (recommended, opt-out with -D*HIGHFIVE_USE_BOOST*=OFF)
- eigen3 (optional, opt-in with -D*HIGHFIVE_USE_EIGEN*=ON)
- xtensor (optional, opt-in with -D*HIGHFIVE_USE_XTENSOR*=ON)

Expand Down

0 comments on commit 26f5287

Please sign in to comment.