File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ include(FetchContent)
104104FetchContent_Declare (
105105 csv-parser
106106 GIT_REPOSITORY https://github.com/vincentlaucsb/csv-parser
107- GIT_TAG 3.1 .0)
107+ GIT_TAG 3.2 .0)
108108FetchContent_GetProperties (csv-parser)
109109if (NOT csv-parser_POPULATED)
110110 FetchContent_MakeAvailable (csv-parser)
@@ -236,7 +236,7 @@ if(DSF_TESTS)
236236 FetchContent_Declare (
237237 doctest
238238 GIT_REPOSITORY https://github.com/doctest/doctest.git
239- GIT_TAG v2.4.12 )
239+ GIT_TAG v2.5.2 )
240240 FetchContent_GetProperties (doctest)
241241 if (NOT doctest_POPULATED)
242242 FetchContent_MakeAvailable (doctest)
Original file line number Diff line number Diff line change 66[ ![ Standard] ( https://img.shields.io/badge/C%2B%2B-20/23-blue.svg )] ( https://en.wikipedia.org/wiki/C%2B%2B#Standardization )
77[ ![ TBB] ( https://img.shields.io/badge/TBB-2022.3.0-blue.svg )] ( https://github.com/oneapi-src/oneTBB )
88[ ![ SPDLOG] ( https://img.shields.io/badge/spdlog-1.17.0-blue.svg )] ( https://github.com/gabime/spdlog )
9- [ ![ CSV] ( https://img.shields.io/badge/csv_parser-3.1 .0-blue.svg )] ( https://github.com/vincentlaucsb/csv-parser )
9+ [ ![ CSV] ( https://img.shields.io/badge/csv_parser-3.2 .0-blue.svg )] ( https://github.com/vincentlaucsb/csv-parser )
1010[ ![ JSON] ( https://img.shields.io/badge/simdjson-4.6.1-blue.svg )] ( https://github.com/simdjson/simdjson )
1111[ ![ SQLite] ( https://img.shields.io/badge/SQLiteCpp-3.3.3-blue.svg )] ( https://github.com/SRombauts/SQLiteCpp )
1212[ ![ codecov] ( https://codecov.io/gh/physycom/DynamicalSystemFramework/graph/badge.svg?token=JV53J6IUJ3 )] ( https://codecov.io/gh/physycom/DynamicalSystemFramework )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ include(FetchContent)
2222FetchContent_Declare (
2323 csv-parser
2424 GIT_REPOSITORY https://github.com/vincentlaucsb/csv-parser
25- GIT_TAG 3.1 .0)
25+ GIT_TAG 3.2 .0)
2626FetchContent_GetProperties (csv-parser)
2727if (NOT csv-parser_POPULATED)
2828 FetchContent_MakeAvailable (csv-parser)
You can’t perform that action at this time.
0 commit comments