summarylogtreecommitdiffstats
path: root/gitahead.patch
blob: d5a672fcc158b73167dc3f25fd92c24aa4521a3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index d589b6f..02e9035 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -1,6 +1,5 @@
 find_package(PkgConfig)
 
-add_subdirectory(openssl)
 add_subdirectory(libssh2)
 add_subdirectory(libgit2)
 
diff --git a/dep/libssh2/CMakeLists.txt b/dep/libssh2/CMakeLists.txt
index d5ee005..6ca9e34 100644
--- a/dep/libssh2/CMakeLists.txt
+++ b/dep/libssh2/CMakeLists.txt
@@ -1,7 +1,7 @@
 if(PKG_CONFIG_FOUND)
   pkg_check_modules(LIBSSH2 libssh2)
 endif()
-if(NOT LIBSSH2_FOUND)
+if(TRUE)
   set(BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
   set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
 
diff --git a/pack/CMakeLists.txt b/pack/CMakeLists.txt
index 8cd7ba7..601eb58 100644
--- a/pack/CMakeLists.txt
+++ b/pack/CMakeLists.txt
@@ -127,7 +127,7 @@ if(UNIX AND NOT APPLE)
 endif()
 
 # Install SSL libraries.
-if(NOT APPLE)
+if(FALSE)
   if(WIN32)
     if(CMAKE_SIZEOF_VOID_P EQUAL 8)
       set(SSL_LIB_SUFFIX "-1_1-x64.dll")