Skip to content

Commit c9f7121

Browse files
committed
doc
1 parent fe281ad commit c9f7121

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Install.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ Build and self-test via:
3434
ctest -S setup.cmake -V
3535
```
3636

37+
---
38+
39+
To build h5fortran faster by omitting the self-tests:
40+
41+
```sh
42+
cmake -B build -DBUILD_TESTING=off
43+
```
44+
3745
### [optional] install
3846

3947
To install h5fortran to a directory, to use in many programs do like:
@@ -65,7 +73,7 @@ else()
6573
include(FetchContent)
6674
FetchContent_Declare(h5fortran_proj
6775
GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git
68-
GIT_TAG v3.0.1)
76+
GIT_TAG v3.1.1)
6977
FetchContent_MakeAvailable(h5fortran_proj)
7078
endif()
7179
```
@@ -103,7 +111,7 @@ include(FetchContent)
103111
104112
FetchContent_Declare(h5fortran_proj
105113
GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git
106-
GIT_TAG v2.11.4
114+
GIT_TAG v3.1.1
107115
)
108116
109117
FetchContent_MakeAvailable(h5fortran_proj)

0 commit comments

Comments
 (0)