From 343f27f8b0f8710a34ff09b0e9fbf5fe0984051f Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 18 Jan 2020 10:30:27 +0200 Subject: 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 --- tools/cmake/patches/120-curl-fix-libressl-linking.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cmake/patches/120-curl-fix-libressl-linking.patch') 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 --- --- 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) -- cgit v1.2.3