mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +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_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
|
||||
)
|
||||
|
@ -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",
|
||||
|
@ -7002,7 +7002,7 @@
|
||||
},
|
||||
"scenepic": {
|
||||
"baseline": "1.0.16",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"scintilla": {
|
||||
"baseline": "4.4.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "57d4ac99e32e53ed59ea56871fefb332a01e7481",
|
||||
"version": "1.0.16",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "6189e56611fc03461ca02be717dc2d430aaccd6e",
|
||||
"version": "1.0.16",
|
||||
|
Loading…
x
Reference in New Issue
Block a user