summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-05-17 17:42:01 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2023-05-17 17:42:01 +0100
commitb0264c6b3d4574858f92e5179a6f769fb7624173 (patch)
treed4d10b0f1a556a5471c91266774894db3b396976
parent9a7be7f27d39ac0b837b0c2783b3eb23c19b9737 (diff)
downloadlibgit2-b0264c6b3d4574858f92e5179a6f769fb7624173.tar.gz
fixup! ssh: introduce GIT_SSH_EXEC for external OpenSSH
-rw-r--r--cmake/SelectSSH.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/SelectSSH.cmake b/cmake/SelectSSH.cmake
index ca0599e01..aa36d62ba 100644
--- a/cmake/SelectSSH.cmake
+++ b/cmake/SelectSSH.cmake
@@ -1,4 +1,5 @@
if(USE_SSH STREQUAL "exec")
+ set(GIT_SSH 1)
set(GIT_SSH_EXEC 1)
add_feature_info(SSH ON "using OpenSSH exec support")