[avro-c] no absolute paths (#21630)

This commit is contained in:
autoantwort 2021-11-26 10:03:05 +01:00 committed by GitHub
parent ca163edd6c
commit 08a0302e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -27,6 +27,8 @@ vcpkg_cmake_install()
vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# the files are broken and there is no way to fix it because the snappy dependency has no pkgconfig file
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")
vcpkg_copy_tools(TOOL_NAMES avroappend avrocat AUTO_CLEAN)

View File

@ -1,6 +1,7 @@
{
"name": "avro-c",
"version": "1.11.0",
"port-version": 1,
"description": "Apache Avro is a data serialization system",
"homepage": "https://github.com/apache/avro",
"supports": "!uwp",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "75d0ed12b643fe1ed6a175c12549e9bb0ca94a1d",
"version": "1.11.0",
"port-version": 1
},
{
"git-tree": "0b07ed910d3ad0ec9a5be71e1b37f0593ab540c9",
"version": "1.11.0",

View File

@ -250,7 +250,7 @@
},
"avro-c": {
"baseline": "1.11.0",
"port-version": 0
"port-version": 1
},
"avro-cpp": {
"baseline": "2021-06-01",