Skip to content

Commit

Permalink
Merge pull request libgit2#7012 from lrm29/patch-1
Browse files Browse the repository at this point in the history
Update SelectSSH.cmake
  • Loading branch information
ethomson authored Jan 13, 2025
2 parents 1ec9d2c + 1d2bdab commit 6bc64fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SelectSSH.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ elseif(USE_SSH STREQUAL ON OR USE_SSH STREQUAL "libssh2")
elseif(USE_SSH STREQUAL OFF OR USE_SSH STREQUAL "")
add_feature_info(SSH OFF "SSH transport support")
else()
message(FATAL_ERROR "unknown SSH option: ${USE_HTTP_PARSER}")
message(FATAL_ERROR "unknown SSH option: ${USE_SSH}")
endif()

0 comments on commit 6bc64fb

Please sign in to comment.