mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[curl] Don't use ENABLE_DEBUG (#41775)
This commit is contained in:
parent
7449f0b969
commit
e60236ee05
@ -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
|
||||
)
|
||||
|
@ -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",
|
||||
|
@ -2130,7 +2130,7 @@
|
||||
},
|
||||
"curl": {
|
||||
"baseline": "8.10.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"curlcpp": {
|
||||
"baseline": "3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "63bb9465fa415bb6f753d47b361a41b579cf2cd3",
|
||||
"version": "8.10.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "31d4981751582248fd2983bcadc540584a906a9a",
|
||||
"version": "8.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user