From 1a0d52a733df1467c4b76c42a9612a8ab8c0c63a Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 8 May 2017 22:18:25 +0300 Subject: tools/cmake: update to 3.8.1 * update cmake to 3.8.1 * refresh patches Release notes: https://cmake.org/cmake/help/v3.8/release/3.8.html Signed-off-by: Hannu Nyman --- tools/cmake/patches/140-curl-fix-libressl-linking.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cmake/patches/140-curl-fix-libressl-linking.patch') diff --git a/tools/cmake/patches/140-curl-fix-libressl-linking.patch b/tools/cmake/patches/140-curl-fix-libressl-linking.patch index 5b57172..c16e927 100644 --- a/tools/cmake/patches/140-curl-fix-libressl-linking.patch +++ b/tools/cmake/patches/140-curl-fix-libressl-linking.patch @@ -19,7 +19,7 @@ and unconditionally link the rt library when the symbol is found. Signed-off-by: Jo-Philipp Wich --- a/Utilities/cmcurl/CMakeLists.txt +++ b/Utilities/cmcurl/CMakeLists.txt -@@ -362,6 +362,10 @@ set(HAVE_LIBSSL OFF) +@@ -374,6 +374,10 @@ set(HAVE_LIBSSL OFF) if(CMAKE_USE_OPENSSL) find_package(OpenSSL) if(OPENSSL_FOUND) -- cgit v1.1