mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 22:10:04 +08:00
[vcpkg baseline][dpp] Add DISABLE_PARALLEL_CONFIGURE (#26687)
This commit is contained in:
parent
600f89f477
commit
bdb28dc4f2
@ -10,6 +10,7 @@ vcpkg_from_github(
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -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",
|
||||
|
@ -1982,7 +1982,7 @@
|
||||
},
|
||||
"dpp": {
|
||||
"baseline": "10.0.17",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"draco": {
|
||||
"baseline": "1.5.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "be573eeac83a526231011339e0a64c28b513bbd5",
|
||||
"version": "10.0.17",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "aee1785670d15751e08e0fee3426faf2d8559ee9",
|
||||
"version": "10.0.17",
|
||||
|
Loading…
Reference in New Issue
Block a user