[magnum-integration] fix eigen feature (#30974)

This commit is contained in:
autoantwort 2023-04-21 01:01:30 +02:00 committed by GitHub
parent 829e2f5646
commit 8f6490446e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 2 deletions

View File

@ -44,6 +44,12 @@ if("${FEATURES}" STREQUAL "core")
"${CURRENT_PACKAGES_DIR}/debug"
)
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
else()
file(GLOB FILES "${CURRENT_PACKAGES_DIR}/debug/*")
list(LENGTH FILES COUNT)
if(COUNT EQUAL 0)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
endif()
endif()
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)

View File

@ -1,7 +1,7 @@
{
"name": "magnum-integration",
"version-string": "2020.06",
"port-version": 2,
"port-version": 3,
"description": "Integrations for magnum, C++11/C++14 graphics middleware for games and data visualization",
"homepage": "https://magnum.graphics/",
"license": null,

View File

@ -4978,7 +4978,7 @@
},
"magnum-integration": {
"baseline": "2020.06",
"port-version": 2
"port-version": 3
},
"magnum-plugins": {
"baseline": "2020.06",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "191049e602f776d41b02b21f74df5c36393f8de0",
"version-string": "2020.06",
"port-version": 3
},
{
"git-tree": "7485cdf34b865de5cca00d40ee315a0504e226f1",
"version-string": "2020.06",