[libsndfile] Fix cmake config not exist (#33070)

* [libsndfile] Fix cmake config not exist

* update version database
This commit is contained in:
Weihang Ding 2023-08-11 03:16:16 +08:00 коммит произвёл GitHub
Родитель 050db47272
Коммит 65c013b966
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -39,7 +39,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
if(WIN32 AND (NOT MINGW) AND (NOT CYGWIN))
if(EXISTS "${CURRENT_PACKAGES_DIR}/cmake")
set(CONFIG_PATH cmake)
else()
set(CONFIG_PATH lib/cmake/SndFile)

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "libsndfile",
"version-semver": "1.2.0",
"port-version": 1,
"port-version": 2,
"description": "A library for reading and writing audio files",
"homepage": "https://github.com/erikd/libsndfile",
"license": "LGPL-2.1-or-later",

Просмотреть файл

@ -4606,7 +4606,7 @@
},
"libsndfile": {
"baseline": "1.2.0",
"port-version": 1
"port-version": 2
},
"libsnoretoast": {
"baseline": "0.8.0",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f78736afe548520c2bd5675eec91a9c15112a0fb",
"version-semver": "1.2.0",
"port-version": 2
},
{
"git-tree": "6f4a276bfb9911abd9901cb6c977d7a132eff35d",
"version-semver": "1.2.0",