[magnum,-plugins] Fix deprecated use of vcpkg_check_features (#17016)

Signed-off-by: Squareys <squareys@googlemail.com>
This commit is contained in:
Jonathan Hale 2021-04-29 22:49:04 +02:00 committed by GitHub
parent 4de6cd5ed8
commit 70610f4494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Source: magnum-plugins
Version: 2020.06
Port-Version: 4
Port-Version: 5
Build-Depends: magnum[core]
Description: Plugins for magnum, C++11/C++14 graphics middleware for games and data visualization
Homepage: https://magnum.graphics/

View File

@ -64,7 +64,7 @@ foreach(_feature IN LISTS ALL_SUPPORTED_FEATURES)
endif()
endforeach()
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS ${_COMPONENTS})
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS FEATURES ${_COMPONENTS})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}

View File

@ -1,6 +1,6 @@
Source: magnum
Version: 2020.06
Port-Version: 4
Port-Version: 5
Build-Depends: corrade[utility]
Description: C++11/C++14 graphics middleware for games and data visualization
Homepage: https://magnum.graphics/

View File

@ -69,7 +69,7 @@ foreach(_feature IN LISTS ALL_SUPPORTED_FEATURES)
endif()
endforeach()
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS ${_COMPONENTS})
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS FEATURES ${_COMPONENTS})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}

View File

@ -3790,7 +3790,7 @@
},
"magnum": {
"baseline": "2020.06",
"port-version": 4
"port-version": 5
},
"magnum-extras": {
"baseline": "2020.06",
@ -3802,7 +3802,7 @@
},
"magnum-plugins": {
"baseline": "2020.06",
"port-version": 4
"port-version": 5
},
"mailio": {
"baseline": "0.20.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "457d2fb07dd06abe61d8bdee77bc5dc1ff9391a5",
"version-string": "2020.06",
"port-version": 5
},
{
"git-tree": "05b4c54140907b0b46926c50e0b56bc80051b218",
"version-string": "2020.06",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cb97c301133d04f205cb1547e5559341474f842e",
"version-string": "2020.06",
"port-version": 5
},
{
"git-tree": "96fbedbdb7cac5cb1624af746d6e4b2cb4b57cc8",
"version-string": "2020.06",