mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[magnum-integration] fix eigen feature (#30974)
This commit is contained in:
parent
829e2f5646
commit
8f6490446e
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -4978,7 +4978,7 @@
|
||||
},
|
||||
"magnum-integration": {
|
||||
"baseline": "2020.06",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"magnum-plugins": {
|
||||
"baseline": "2020.06",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "191049e602f776d41b02b21f74df5c36393f8de0",
|
||||
"version-string": "2020.06",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "7485cdf34b865de5cca00d40ee315a0504e226f1",
|
||||
"version-string": "2020.06",
|
||||
|
Loading…
Reference in New Issue
Block a user