File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ copyright = "2019-2021 stdlib contributors"
77
88[dev-dependencies ]
99test-drive.git = " https://github.com/fortran-lang/test-drive"
10+ test-drive.tag = " v0.4.0"
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ foreach(method ${${_pkg}_FIND_METHOD})
136136 FetchContent_Declare(
137137 "${_lib} "
138138 GIT_REPOSITORY "${_url} "
139- GIT_TAG "HEAD "
139+ GIT_TAG "v0.4.0 "
140140 )
141141 FetchContent_MakeAvailable("${_lib} " )
142142
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FETCH = curl -L
99all test:: $(LIB)
1010
1111testdrive.F90:
12- $(FETCH) https://github.com/fortran-lang/test-drive/raw/main /src/testdrive.F90 > $@
12+ $(FETCH) https://github.com/fortran-lang/test-drive/raw/v0.4.0 /src/testdrive.F90 > $@
1313
1414all test clean::
1515 $(MAKE) -f Makefile.manual --directory=ascii $@
You can’t perform that action at this time.
0 commit comments