diff -urN gitahead/dep/CMakeLists.txt gitahead/dep/CMakeLists.txt --- gitahead/dep/CMakeLists.txt 2019-03-28 16:25:09.753615593 +0100 +++ gitahead/dep/CMakeLists.txt 2019-03-28 16:19:28.866933275 +0100 @@ -1,4 +1,3 @@ -add_subdirectory(openssl) add_subdirectory(libssh2) add_subdirectory(libgit2) diff -urN gitahead/pack/CMakeLists.txt gitahead/pack/CMakeLists.txt --- gitahead/pack/CMakeLists.txt 2019-03-28 16:06:48.996898436 +0100 +++ gitahead/pack/CMakeLists.txt 2019-03-28 16:23:57.830278953 +0100 @@ -147,7 +147,7 @@ endif() # Install SSL libraries. -if(NOT APPLE) +if(FALSE) if(WIN32) if(CMAKE_CL_64) set(SSL_LIB_SUFFIX "-1_1-x64.dll")