File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ if(GIT_FOUND)
17
17
# local file, allowing this to work without net access.
18
18
# GIT_REPOSITORY https://github.com/jacobwilliams/fortran-csv-module.git
19
19
# GIT_TAG 1.2.0
20
- GIT_REPOSITORY https://github.com/apthorpe /fortran-csv-module.git
21
- GIT_TAG 2d7c286225f53c77ed113e4776953d1cf0a780ae
20
+ GIT_REPOSITORY https://github.com/jacobwilliams /fortran-csv-module
21
+ GIT_TAG 1.3.1
22
22
SOURCE_DIR "${FCSV_DIST_DIR} "
23
23
INSTALL_DIR "${FCSV_LOCAL_INSTALL_DIR} "
24
24
CMAKE_ARGS ${FCSV_CMAKE_ARGS}
Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ set(FCSV_SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/FCSV-source")
10
10
11
11
FetchContent_Declare (
12
12
FCSV_external
13
- # GIT_REPOSITORY https://github.com/jacobwilliams/fortran-csv-module.git
14
- GIT_REPOSITORY https://github.com/apthorpe/fortran-csv-module.git
15
- GIT_TAG 2d7c286225f53c77ed113e4776953d1cf0a780ae
13
+ GIT_REPOSITORY https://github.com/jacobwilliams/fortran-csv-module.git
14
+ GIT_TAG 1.3.1
16
15
SOURCE_DIR "${FCSV_SOURCE_DIR} "
17
16
)
18
17
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments