Skip to content

Commit

Permalink
[aliyun-oss-cpp-sdk] Do not use OpenSSL config
Browse files Browse the repository at this point in the history
Insufficient multi-config support.
  • Loading branch information
dg0yt committed Oct 24, 2024
1 parent 07b30b4 commit 452d0ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/aliyun-oss-cpp-sdk/0001-dependency-and-targets.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index ea0d8d6..2a853a0 100644
- include(FindCURL)
- include(FindOpenSSL)
+ find_package(CURL CONFIG REQUIRED)
+ find_package(OpenSSL CONFIG REQUIRED)
+ find_package(OpenSSL REQUIRED)

if(NOT CURL_FOUND)
message(FATAL_ERROR "Could not find curl")
Expand Down
2 changes: 1 addition & 1 deletion ports/aliyun-oss-cpp-sdk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aliyun-oss-cpp-sdk",
"version": "1.10.0",
"port-version": 2,
"port-version": 3,
"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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aliyun-oss-cpp-sdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0911047ac61bf556c75c153d23ab0169990a4f77",
"version": "1.10.0",
"port-version": 3
},
{
"git-tree": "ca0c99c6cdc51c43705f89baf7ee8a4e61b25fe2",
"version": "1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
"aliyun-oss-cpp-sdk": {
"baseline": "1.10.0",
"port-version": 2
"port-version": 3
},
"allegro5": {
"baseline": "5.2.9.1",
Expand Down

0 comments on commit 452d0ac

Please sign in to comment.