[vcpkg baseline][dpp] Add DISABLE_PARALLEL_CONFIGURE (#26687)

This commit is contained in:
Cheney Wang 2022-09-06 11:15:29 -07:00 committed by GitHub
parent 600f89f477
commit bdb28dc4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -10,6 +10,7 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
)
vcpkg_cmake_install()

View File

@ -1,6 +1,7 @@
{
"name": "dpp",
"version": "10.0.17",
"port-version": 1,
"description": "D++ Extremely Lightweight C++ Discord Library.",
"homepage": "https://dpp.dev/",
"license": "Apache-2.0",

View File

@ -1982,7 +1982,7 @@
},
"dpp": {
"baseline": "10.0.17",
"port-version": 0
"port-version": 1
},
"draco": {
"baseline": "1.5.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "be573eeac83a526231011339e0a64c28b513bbd5",
"version": "10.0.17",
"port-version": 1
},
{
"git-tree": "aee1785670d15751e08e0fee3426faf2d8559ee9",
"version": "10.0.17",