aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/120-curl-fix-libressl-linking.patch
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2022-12-06 12:33:58 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-06 23:10:40 +0100
commitf72be4524d2c74a34eaea67edb45fbe745b48bba (patch)
treedd3478fc9b1be0e446c9627196588e4f13186386 /tools/cmake/patches/120-curl-fix-libressl-linking.patch
parent48025b8ac9c62ead241ea1daf1092993fb94aeac (diff)
downloadupstream-f72be4524d2c74a34eaea67edb45fbe745b48bba.tar.gz
upstream-f72be4524d2c74a34eaea67edb45fbe745b48bba.tar.bz2
upstream-f72be4524d2c74a34eaea67edb45fbe745b48bba.zip
tools/cmake: update to 3.25.1
Update cmake to version 3.25.1 * refresh patches Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/cmake/patches/120-curl-fix-libressl-linking.patch')
-rw-r--r--tools/cmake/patches/120-curl-fix-libressl-linking.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/patches/120-curl-fix-libressl-linking.patch b/tools/cmake/patches/120-curl-fix-libressl-linking.patch
index 6ef37c22cb..1744fe5b04 100644
--- a/tools/cmake/patches/120-curl-fix-libressl-linking.patch
+++ b/tools/cmake/patches/120-curl-fix-libressl-linking.patch
@@ -20,7 +20,7 @@ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
---
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
-@@ -594,6 +594,14 @@ if(CURL_USE_OPENSSL)
+@@ -611,6 +611,14 @@ if(CURL_USE_OPENSSL)
endif()
set(SSL_ENABLED ON)
set(USE_OPENSSL ON)