mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
Update SelectSSH.cmake
This commit is contained in:
committed by
GitHub
parent
1ec9d2c7c6
commit
1d2bdab7f8
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user