[vincentlaucsb-csv-parser] Fix gcov linking errors on linux. (#41716)

Co-authored-by: Alberto Luaces <alberto.luaces@udc.es>
This commit is contained in:
Alberto Luaces 2024-10-23 22:45:42 +02:00 committed by GitHub
parent 5dfeed94bd
commit 9f5925e81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,11 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,6 @@ if(MSVC)
else()
# Ignore Visual Studio pragma regions
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas")
- set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} --coverage -Og")
endif(MSVC)
set(CSV_ROOT_DIR ${CMAKE_CURRENT_LIST_DIR})

View File

@ -9,6 +9,7 @@ vcpkg_from_github(
PATCHES
001-fix-cmake.patch
002-fix-include.patch
003-disable-coverage.patch
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,7 @@
{
"name": "vincentlaucsb-csv-parser",
"version": "2.2.3",
"port-version": 1,
"description": "A modern C++ library for reading, writing, and analyzing CSV (and similar) files.",
"homepage": "https://github.com/vincentlaucsb/csv-parser",
"license": "MIT",

View File

@ -9394,7 +9394,7 @@
},
"vincentlaucsb-csv-parser": {
"baseline": "2.2.3",
"port-version": 0
"port-version": 1
},
"visit-struct": {
"baseline": "1.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c82b4467c59f180e2508928b5512aa1c357cf80",
"version": "2.2.3",
"port-version": 1
},
{
"git-tree": "6bea0ccfd4832f3c1aeea917bd8c709c19750ebd",
"version": "2.2.3",