[cppgraphqlgen] Fix build error under linux (#39982)

This commit is contained in:
jim wang 2024-07-24 00:48:06 +00:00 committed by GitHub
parent 04f9031885
commit cf1759914d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 1 deletions

View File

@ -1,9 +1,17 @@
vcpkg_download_distfile(LINUX_PATCH
URLS https://github.com/microsoft/cppgraphqlgen/commit/aa02e66edcf248c61a198eec546c401c3ada3667.patch?full_index=1
FILENAME fix-linux.patch
SHA512 d3664dbcc1a8df0eb538e82a932d3df16697b2f457039faa8b6cf6b95d3381f92de23433936f7196502db6afa9c8f58197194a65a87437092c1eb1cad684d652
)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/cppgraphqlgen
REF "v${VERSION}"
SHA512 1de45784485c285890200d31ce228a55ba19ed0d1bf0a3c18ea3c73d1938269f25833da1c28e8e155d875bdcf2fdf9916872f30ef9946de6bf58c1dfde451f4b
HEAD_REF main
PATCHES
${LINUX_PATCH}
)
vcpkg_check_features(

View File

@ -1,6 +1,7 @@
{
"name": "cppgraphqlgen",
"version": "4.5.7",
"port-version": 1,
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"license": "MIT",

View File

@ -1934,7 +1934,7 @@
},
"cppgraphqlgen": {
"baseline": "4.5.7",
"port-version": 0
"port-version": 1
},
"cppitertools": {
"baseline": "2.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6fa915d7e50edceda898664f00c7860694433fab",
"version": "4.5.7",
"port-version": 1
},
{
"git-tree": "4e2c566d443a75be0bc2eba8eac9b3e4580d834f",
"version": "4.5.7",