Skip to content

Commit feb4c38

Browse files
committed
some cleanup for main repo
1 parent 75527ef commit feb4c38

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

contrib/cmake/BuildFCSV.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ if(GIT_FOUND)
1717
# local file, allowing this to work without net access.
1818
# GIT_REPOSITORY https://github.com/jacobwilliams/fortran-csv-module.git
1919
# 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
2222
SOURCE_DIR "${FCSV_DIST_DIR}"
2323
INSTALL_DIR "${FCSV_LOCAL_INSTALL_DIR}"
2424
CMAKE_ARGS ${FCSV_CMAKE_ARGS}

contrib/cmake/IncludeFCSV.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ set(FCSV_SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/FCSV-source")
1010

1111
FetchContent_Declare(
1212
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
1615
SOURCE_DIR "${FCSV_SOURCE_DIR}"
1716
)
1817

files/csv_read_test.out.ref

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)