[curl] Don't use ENABLE_DEBUG (#41775)

This commit is contained in:
Kai Pastor 2024-10-26 11:37:51 +02:00 committed by GitHub
parent 7449f0b969
commit e60236ee05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

View File

@ -84,8 +84,6 @@ vcpkg_cmake_configure(
-DCURL_CA_FALLBACK=ON
-DCURL_USE_PKGCONFIG=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_Perl=ON
OPTIONS_DEBUG
-DENABLE_DEBUG=ON
MAYBE_UNUSED_VARIABLES
PKG_CONFIG_EXECUTABLE
)

View File

@ -1,7 +1,7 @@
{
"name": "curl",
"version": "8.10.1",
"port-version": 1,
"port-version": 2,
"description": "A library for transferring data with URLs",
"homepage": "https://curl.se/",
"license": "curl AND ISC AND BSD-3-Clause",

View File

@ -2130,7 +2130,7 @@
},
"curl": {
"baseline": "8.10.1",
"port-version": 1
"port-version": 2
},
"curlcpp": {
"baseline": "3.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "63bb9465fa415bb6f753d47b361a41b579cf2cd3",
"version": "8.10.1",
"port-version": 2
},
{
"git-tree": "31d4981751582248fd2983bcadc540584a906a9a",
"version": "8.10.1",