File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ Build and self-test via:
3434ctest -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
3947To install h5fortran to a directory, to use in many programs do like:
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)
7078endif()
7179```
@@ -103,7 +111,7 @@ include(FetchContent)
103111
104112FetchContent_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
109117FetchContent_MakeAvailable(h5fortran_proj)
You can’t perform that action at this time.
0 commit comments