mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 11:58:03 +08:00
disable parallel configure (#29705)
This commit is contained in:
parent
e94dfc2b92
commit
482f77009c
@ -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
|
||||||
)
|
)
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user