Skip to content

Commit 1d2bdab

Browse files
authored
Update SelectSSH.cmake
1 parent 1ec9d2c commit 1d2bdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/SelectSSH.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ elseif(USE_SSH STREQUAL ON OR USE_SSH STREQUAL "libssh2")
3333
elseif(USE_SSH STREQUAL OFF OR USE_SSH STREQUAL "")
3434
add_feature_info(SSH OFF "SSH transport support")
3535
else()
36-
message(FATAL_ERROR "unknown SSH option: ${USE_HTTP_PARSER}")
36+
message(FATAL_ERROR "unknown SSH option: ${USE_SSH}")
3737
endif()

0 commit comments

Comments
 (0)