зеркало из https://github.com/microsoft/vcpkg.git
[libsndfile] Fix cmake config not exist (#33070)
* [libsndfile] Fix cmake config not exist * update version database
This commit is contained in:
Родитель
050db47272
Коммит
65c013b966
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче