aboutsummaryrefslogtreecommitdiff
path: root/ports/curl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/curl')
-rw-r--r--ports/curl/CONTROL2
-rw-r--r--ports/curl/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL
index 1c607bce3..bd7c4b39b 100644
--- a/ports/curl/CONTROL
+++ b/ports/curl/CONTROL
@@ -1,5 +1,5 @@
Source: curl
-Version: 7.65.0-1
+Version: 7.65.0-2
Build-Depends: zlib
Homepage: https://github.com/curl/curl
Description: A library for transferring data with URLs
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake
index 294c7a758..5366fe88c 100644
--- a/ports/curl/portfile.cmake
+++ b/ports/curl/portfile.cmake
@@ -113,7 +113,7 @@ vcpkg_install_cmake()
if(EXISTS ${CURRENT_PACKAGES_DIR}/lib/cmake/CURL)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/CURL)
elseif(EXISTS ${CURRENT_PACKAGES_DIR}/share/curl)
- vcpkg_fixup_cmake_targets(CONFIG_PATH share/curl)
+ vcpkg_fixup_cmake_targets()
else()
message(FATAL_ERROR "Could not locate the curl config files")
endif()