[iir1] Fix find_package failed (#24015)

* [iir1] Fix find_package failed

* update version
This commit is contained in:
JonLiu1993 2022-04-08 00:59:52 +08:00 committed by GitHub
parent ef43498bac
commit 8eacf9727a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -12,7 +12,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake)
vcpkg_cmake_config_fixup(PACKAGE_NAME iir CONFIG_PATH lib/cmake/iir)
vcpkg_copy_pdbs()

View File

@ -1,6 +1,7 @@
{
"name": "iir1",
"version": "1.9.0",
"port-version": 1,
"description": "Realtime C++ filter library",
"homepage": "https://github.com/berndporr/iir1",
"license": "MIT",

View File

@ -2886,7 +2886,7 @@
},
"iir1": {
"baseline": "1.9.0",
"port-version": 0
"port-version": 1
},
"ijg-libjpeg": {
"baseline": "9d",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "393a498a50400c062dafdefbbbdbd3d1c3daef4a",
"version": "1.9.0",
"port-version": 1
},
{
"git-tree": "45098a249e45e71b1efa228efae07950b4499be4",
"version": "1.9.0",