diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-01-18 10:30:27 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-01-18 14:18:22 +0100 |
commit | 343f27f8b0f8710a34ff09b0e9fbf5fe0984051f (patch) | |
tree | 09f6c6fde45d29024215c74aab31a70180f8b5f4 /tools/cmake/patches/120-curl-fix-libressl-linking.patch | |
parent | f87281b2956110f10af9eb23fc6d327dfde7ab42 (diff) | |
download | upstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.tar.gz upstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.tar.bz2 upstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.zip |
tools/cmake: update to 3.16.2
Update cmake to 3.16.2 and refresh patches.
Release notes:
https://cmake.org/cmake/help/v3.16/release/3.16.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.patch | 2 |
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 e7d9c5ddda..66e3f81c6f 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 -@@ -453,6 +453,14 @@ if(CMAKE_USE_OPENSSL) +@@ -459,6 +459,14 @@ if(CMAKE_USE_OPENSSL) set(USE_OPENSSL ON) set(HAVE_LIBCRYPTO ON) set(HAVE_LIBSSL ON) |