mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 02:38:03 +08:00
[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:
parent
1e9facc799
commit
17b405bbf9
@ -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")
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -2278,7 +2278,7 @@
|
||||
},
|
||||
"fast-cpp-csv-parser": {
|
||||
"baseline": "2021-01-03",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"fast-float": {
|
||||
"baseline": "3.5.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6457407a0c8107361d51a9f58fd39f26fbf54cc1",
|
||||
"version-date": "2021-01-03",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "2518da1e8879b97a01d6053fb61a8800bdbe3996",
|
||||
"version-string": "2021-01-03",
|
||||
|
Loading…
x
Reference in New Issue
Block a user