[msdfgen] tools no uwp (#33606)

This commit is contained in:
autoantwort 2023-09-07 08:42:34 +02:00 committed by GitHub
parent ee25a336f1
commit 6dce841513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View File

@ -1,8 +1,4 @@
if ("tools" IN_LIST FEATURES AND VCPKG_TARGET_IS_UWP)
message(FATAL_ERROR "Tools cannot be built on UWP.")
endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Chlumsky/msdfgen

View File

@ -1,6 +1,7 @@
{
"name": "msdfgen",
"version": "1.10.0",
"port-version": 1,
"description": "Multi-channel signed distance field generator",
"homepage": "https://github.com/Chlumsky/msdfgen",
"license": "MIT",
@ -47,7 +48,8 @@
"description": "Build with OpenMP support for multi-threaded code."
},
"tools": {
"description": "Generates an executable inside the tools folder. Not supported on UWP.",
"description": "Generates an executable inside the tools folder.",
"supports": "!uwp",
"dependencies": [
{
"name": "msdfgen",

View File

@ -5538,7 +5538,7 @@
},
"msdfgen": {
"baseline": "1.10.0",
"port-version": 0
"port-version": 1
},
"msgpack": {
"baseline": "6.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "22eb77c9256846ad9c1e01e6ffff25b02b5edbd5",
"version": "1.10.0",
"port-version": 1
},
{
"git-tree": "f03e46126dcb57f2ff08f5834eb6e84f84e14e2b",
"version": "1.10.0",