mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
[aliyun-oss-cpp-sdk] Add option to disable parallel builds (#41085)
This commit is contained in:
parent
1f6dffc288
commit
38c8787aac
@ -12,6 +12,7 @@ file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/0002-unofficial-export.cmake" DESTINATIO
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
OPTIONS
|
||||
-DBUILD_SAMPLE=OFF
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "aliyun-oss-cpp-sdk",
|
||||
"version": "1.10.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.",
|
||||
"homepage": "https://github.com/aliyun/aliyun-oss-cpp-sdk",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ca0c99c6cdc51c43705f89baf7ee8a4e61b25fe2",
|
||||
"version": "1.10.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "732b0995e1fae92ab6192bbf41f0e40a459d9ac7",
|
||||
"version": "1.10.0",
|
||||
|
@ -82,7 +82,7 @@
|
||||
},
|
||||
"aliyun-oss-cpp-sdk": {
|
||||
"baseline": "1.10.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"allegro5": {
|
||||
"baseline": "5.2.9.1",
|
||||
|
Loading…
Reference in New Issue
Block a user