We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c096e commit f9b412dCopy full SHA for f9b412d
.github/workflows/ci_windows.yml
@@ -15,8 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
18
- - run: cmake -B build -G "MinGW Makefiles"
19
-
+ - run: cmake --preset=makewin
20
- run: cmake --build build --parallel
21
22
- run: ctest --parallel 2 --output-on-failure
Examples/CMakeLists.txt
@@ -17,7 +17,7 @@ else()
include(FetchContent)
FetchContent_Declare(h5fortran_proj
GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git
- GIT_TAG v3.4.6)
+ GIT_TAG v3.4.7)
FetchContent_MakeAvailable(h5fortran_proj)
endif()
23
0 commit comments