Skip to content

Commit

Permalink
Update README.md to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS authored Nov 8, 2024
1 parent 5589856 commit 04a3b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ cmake -DCMAKE_INSTALL_PREFIX=/home/user1/some/path ..
```
and accordingly, when building the client program:
```bash
cmake -Dh5cpp_DIR=/home/user1/some/path/lib/cmake/h5cpp-0.6.0 path/to/your/source
cmake -Dh5cpp_DIR=/home/user1/some/path/lib/cmake/h5cpp-0.6.1 path/to/your/source
```
where version number may vary.

Expand Down

0 comments on commit 04a3b6e

Please sign in to comment.