[blosc2] Fix removal of installed find modules. (#48229)

This commit is contained in:
Theodore Tsirpanis
2025-11-11 19:57:08 +02:00
committed by GitHub
parent 1440207ebb
commit 4db164a3fa
4 changed files with 8 additions and 2 deletions

View File

@@ -51,6 +51,6 @@ vcpkg_fixup_pkgconfig()
file(COPY "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/Modules") # Find modules that should not be used by vcpkg.
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/${PORT}/Modules") # Find modules that should not be used by vcpkg.
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

View File

@@ -1,6 +1,7 @@
{
"name": "blosc2",
"version": "2.22.0",
"port-version": 1,
"description": "A fast, compressed, persistent binary data store library for C.",
"homepage": "https://github.com/Blosc/c-blosc2",
"license": "BSD-3-Clause",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d6869e54beb61b028ca8d5f54362b3988a7e7fcc",
"version": "2.22.0",
"port-version": 1
},
{
"git-tree": "1cf0bc3f861ba73ecafae6db6e7491a73bff8e0a",
"version": "2.22.0",

View File

@@ -774,7 +774,7 @@
},
"blosc2": {
"baseline": "2.22.0",
"port-version": 0
"port-version": 1
},
"blpapi": {
"baseline": "3.25.1",