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_minimum_required(VERSION 2022-10-12) # for ${VERSION}
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
@ -24,6 +23,7 @@ execute_process(
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DCPP_TARGETS=cpp
)

View File

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

View File

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

View File

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