mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[blosc2] Fix removal of installed find modules. (#48229)
This commit is contained in:
committed by
GitHub
parent
1440207ebb
commit
4db164a3fa
@@ -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")
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d6869e54beb61b028ca8d5f54362b3988a7e7fcc",
|
||||
"version": "2.22.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1cf0bc3f861ba73ecafae6db6e7491a73bff8e0a",
|
||||
"version": "2.22.0",
|
||||
|
||||
@@ -774,7 +774,7 @@
|
||||
},
|
||||
"blosc2": {
|
||||
"baseline": "2.22.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"blpapi": {
|
||||
"baseline": "3.25.1",
|
||||
|
||||
Reference in New Issue
Block a user