summaryrefslogtreecommitdiff
path: root/cmake/SelectSSH.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: refactor global variablesEdward Thomson2021-11-141-3/+3
| | | | | Update the global variables `LIBGIT2_OBJECTS` to `LIBGIT2_DEPENDENCY_OBJECTS` for clarity and consistency.
* cmake: refactor libssh2 selectionEdward Thomson2021-11-111-0/+41
Move SSH selection into its own cmake module.