Unverified Commit 95f3d413 by Edward Thomson Committed by GitHub

Merge pull request #6619 from libgit2/revert-6586-fix/cmake_msvc

Revert "CMake: Search for ssh2 instead of libssh2."
parents 804506ba 52db5d11
# Optional external dependency: libssh2
if(USE_SSH)
find_pkglibraries(LIBSSH2 ssh2)
find_pkglibraries(LIBSSH2 libssh2)
if(NOT LIBSSH2_FOUND)
find_package(LibSSH2)
set(LIBSSH2_INCLUDE_DIRS ${LIBSSH2_INCLUDE_DIR})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment