mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 00:17:56 +08:00
[iir1] Fix find_package failed (#24015)
* [iir1] Fix find_package failed * update version
This commit is contained in:
parent
ef43498bac
commit
8eacf9727a
@ -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()
|
||||
|
||||
|
@ -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",
|
||||
|
@ -2886,7 +2886,7 @@
|
||||
},
|
||||
"iir1": {
|
||||
"baseline": "1.9.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"ijg-libjpeg": {
|
||||
"baseline": "9d",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "393a498a50400c062dafdefbbbdbd3d1c3daef4a",
|
||||
"version": "1.9.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "45098a249e45e71b1efa228efae07950b4499be4",
|
||||
"version": "1.9.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user