https://github.com/JuliaLang/julia
Raw File
Tip revision: 804f22ddf1662721f01461f1119594e2647d9b43 authored by Stefan Karpinski on 17 March 2016, 21:48:30 UTC
wip
Tip revision: 804f22d
libgit2-require-openssl.patch
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73c9630..3dedd0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -217,7 +217,7 @@ ELSE ()
 	ENDIF ()
 
 	IF (NOT AMIGA AND USE_OPENSSL)
-		FIND_PACKAGE(OpenSSL)
+		FIND_PACKAGE(OpenSSL REQUIRED)
 	ENDIF ()
 
 	IF (CURL_FOUND)
back to top