aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/120-curl-fix-libressl-linking.patch
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-12-14 22:00:21 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-12-15 20:35:00 +0100
commitbfc433efd4a0c6875a92981d1bd2a5e3e60c61c6 (patch)
treee1f284b271a10602b4fb7e64342a2ded42b54e56 /tools/cmake/patches/120-curl-fix-libressl-linking.patch
parentafd4bf08bc544ad6c590348f9a8ecae52f5818cc (diff)
downloadupstream-bfc433efd4a0c6875a92981d1bd2a5e3e60c61c6.tar.gz
upstream-bfc433efd4a0c6875a92981d1bd2a5e3e60c61c6.tar.bz2
upstream-bfc433efd4a0c6875a92981d1bd2a5e3e60c61c6.zip
tools/cmake: update to 3.19.1
Update cmake to version 3.19.1 Release notes: https://cmake.org/cmake/help/v3.19/release/3.19.html 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 4fb541f3e4..1095a4f8ac 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
-@@ -488,6 +488,14 @@ if(CMAKE_USE_OPENSSL)
+@@ -508,6 +508,14 @@ if(CMAKE_USE_OPENSSL)
endif()
set(SSL_ENABLED ON)
set(USE_OPENSSL ON)