[vcpkg baseline][libcsv, fast-cpp-csv-parser] Fix conflicts (#28978)

* [baseline][libcsv, fast-cpp-csv-parser] Fix conflicts

* update version

* apply suggestion

* update version

* Update libcsv.json
This commit is contained in:
Lily Wang 2023-01-16 12:03:37 -08:00 committed by GitHub
parent 1e9facc799
commit 17b405bbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 6 deletions

View File

@ -8,7 +8,7 @@ vcpkg_from_github(
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/csv.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(COPY "${SOURCE_PATH}/csv.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,7 +1,8 @@
{
"name": "fast-cpp-csv-parser",
"version-string": "2021-01-03",
"port-version": 1,
"version-date": "2021-01-03",
"port-version": 2,
"description": "A small, easy-to-use and fast header-only library for reading comma separated value (CSV) files",
"homepage": "https://github.com/ben-strasser/fast-cpp-csv-parser"
"homepage": "https://github.com/ben-strasser/fast-cpp-csv-parser",
"license": "BSD-3-Clause"
}

View File

@ -2278,7 +2278,7 @@
},
"fast-cpp-csv-parser": {
"baseline": "2021-01-03",
"port-version": 1
"port-version": 2
},
"fast-float": {
"baseline": "3.5.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6457407a0c8107361d51a9f58fd39f26fbf54cc1",
"version-date": "2021-01-03",
"port-version": 2
},
{
"git-tree": "2518da1e8879b97a01d6053fb61a8800bdbe3996",
"version-string": "2021-01-03",