Skip to content

Commit

Permalink
[curl] Don't use ENABLE_DEBUG (microsoft#41775)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Oct 26, 2024
1 parent 7449f0b commit e60236e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion ports/curl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,7 @@
},
"curl": {
"baseline": "8.10.1",
"port-version": 1
"port-version": 2
},
"curlcpp": {
"baseline": "3.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/curl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "63bb9465fa415bb6f753d47b361a41b579cf2cd3",
"version": "8.10.1",
"port-version": 2
},
{
"git-tree": "31d4981751582248fd2983bcadc540584a906a9a",
"version": "8.10.1",
Expand Down

0 comments on commit e60236e

Please sign in to comment.