mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 14:47:58 +08:00
[quazip] Fix find package (#28194)
* add usage * revert * fix find package * update
This commit is contained in:
parent
b5af23d78a
commit
7d6c097a87
@ -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")
|
||||
|
@ -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",
|
||||
|
@ -6438,7 +6438,7 @@
|
||||
},
|
||||
"quazip": {
|
||||
"baseline": "1.3",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"quickfast": {
|
||||
"baseline": "1.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "54222787c577b97f8051aa2e69fa89956be6e4b6",
|
||||
"version": "1.3",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "41bc9e2c011d91275f6b44d638257f88ee6223c8",
|
||||
"version": "1.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user