[quazip] Fix find package (#28194)

* add usage

* revert

* fix find package

* update
This commit is contained in:
Mengna Li 2022-12-07 03:57:53 +08:00 committed by GitHub
parent b5af23d78a
commit 7d6c097a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -10,7 +10,7 @@ vcpkg_cmake_configure(
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/QuaZip-Qt5-1.3)
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/QuaZip-Qt5-1.3 PACKAGE_NAME quazip-qt5)
vcpkg_copy_pdbs()
if(VCPKG_TARGET_IS_WINDOWS)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")

View File

@ -1,7 +1,7 @@
{
"name": "quazip",
"version": "1.3",
"port-version": 1,
"port-version": 2,
"description": "Qt/C++ wrapper over minizip",
"homepage": "https://stachenov.github.io/quazip/",
"license": "LGPL-2.1-or-later",

View File

@ -6438,7 +6438,7 @@
},
"quazip": {
"baseline": "1.3",
"port-version": 1
"port-version": 2
},
"quickfast": {
"baseline": "1.5",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "54222787c577b97f8051aa2e69fa89956be6e4b6",
"version": "1.3",
"port-version": 2
},
{
"git-tree": "41bc9e2c011d91275f6b44d638257f88ee6223c8",
"version": "1.3",