From 84834df9b9867b37b1ac6ade8abcf17cda456974 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 23 Aug 2020 17:11:11 +0300 Subject: tools/cmake: update to 3.18.2 Update cmake to version 3.18.2. Refresh patches. Signed-off-by: Hannu Nyman --- tools/cmake/patches/120-curl-fix-libressl-linking.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 66e3f81c6f..4fb541f3e4 100644 --- a/tools/cmake/patches/120-curl-fix-libressl-linking.patch +++ b/tools/cmake/patches/120-curl-fix-libressl-linking.patch @@ -20,10 +20,10 @@ Signed-off-by: Jo-Philipp Wich --- --- a/Utilities/cmcurl/CMakeLists.txt +++ b/Utilities/cmcurl/CMakeLists.txt -@@ -459,6 +459,14 @@ if(CMAKE_USE_OPENSSL) +@@ -488,6 +488,14 @@ if(CMAKE_USE_OPENSSL) + endif() + set(SSL_ENABLED ON) set(USE_OPENSSL ON) - set(HAVE_LIBCRYPTO ON) - set(HAVE_LIBSSL ON) + check_library_exists("rt" clock_gettime "" HAVE_LIBRT) + if(HAVE_LIBRT) + list(APPEND OPENSSL_LIBRARIES rt) -- cgit v1.2.3