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"
7
7
8
8
[dev-dependencies ]
9
9
test-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})
136
136
FetchContent_Declare (
137
137
"${_lib} "
138
138
GIT_REPOSITORY "${_url} "
139
- GIT_TAG "HEAD "
139
+ GIT_TAG "v0.4.0 "
140
140
)
141
141
FetchContent_MakeAvailable ("${_lib} " )
142
142
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FETCH = curl -L
9
9
all test:: $(LIB)
10
10
11
11
testdrive.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 > $@
13
13
14
14
all test clean::
15
15
$(MAKE) -f Makefile.manual --directory=ascii $@
You can’t perform that action at this time.
0 commit comments