disable parallel configure (#29705)

This commit is contained in:
Mengna Li 2023-02-22 00:54:23 +08:00 committed by GitHub
parent e94dfc2b92
commit 482f77009c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,4 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
@ -24,6 +23,7 @@ execute_process(
vcpkg_cmake_configure( vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS OPTIONS
-DCPP_TARGETS=cpp -DCPP_TARGETS=cpp
) )

View File

@ -1,6 +1,7 @@
{ {
"name": "scenepic", "name": "scenepic",
"version": "1.0.16", "version": "1.0.16",
"port-version": 1,
"description": "A Powerful, easy to use, and portable visualization toolkit for mixed 3D and 2D content", "description": "A Powerful, easy to use, and portable visualization toolkit for mixed 3D and 2D content",
"homepage": "https://microsoft.github.io/scenepic/", "homepage": "https://microsoft.github.io/scenepic/",
"license": "MIT", "license": "MIT",

View File

@ -7002,7 +7002,7 @@
}, },
"scenepic": { "scenepic": {
"baseline": "1.0.16", "baseline": "1.0.16",
"port-version": 0 "port-version": 1
}, },
"scintilla": { "scintilla": {
"baseline": "4.4.6", "baseline": "4.4.6",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "57d4ac99e32e53ed59ea56871fefb332a01e7481",
"version": "1.0.16",
"port-version": 1
},
{ {
"git-tree": "6189e56611fc03461ca02be717dc2d430aaccd6e", "git-tree": "6189e56611fc03461ca02be717dc2d430aaccd6e",
"version": "1.0.16", "version": "1.0.16",