Skip to content

Commit c23f89c

Browse files
authored
CMake HDF5_ROOT doc [skip ci]
1 parent 1dd71fb commit c23f89c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@ cd build
6767

6868
ctest -V
6969
```
70+
7071
If you need to specify a particular HDF5 library, use
7172
```sh
7273
cmake -DHDF5_ROOT=/path/to/hdf5lib -B build
7374
```
7475

76+
or set environment variable `HDF5_ROOT=/path/to/hdf5lib`
77+
7578
## Usage
7679

7780
All examples assume:

0 commit comments

Comments
 (0)