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 <hannu.nyman@iki.fi>
This commit is contained in:
committed by
Felix Fietkau
parent
910df3f06c
commit
1a0d52a733
@@ -19,7 +19,7 @@ and unconditionally link the rt library when the symbol is found.
|
||||
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
||||
--- 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)
|
||||
|
||||
Reference in New Issue
Block a user