Skip to content

Commit ec08ab6

Browse files
author
Ivan Zhakov
committed
cmake: Clarify error message for invalid SVN_CHECKSUM_BACKEND value.
* CMakeLists.txt: (): Mention 'bcrypt' and 'xdigest' as possible values for SVN_CHECKSUM_BACKEND property. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1936000 13f79535-47bb-0310-9956-ffa450edef68
1 parent e932ff8 commit ec08ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ elseif (SVN_CHECKSUM_BACKEND STREQUAL "xdigest")
653653
else()
654654
message(SEND_ERROR
655655
"Invalid value of SVN_CHECKSUM_BACKEND: '${SVN_CHECKSUM_BACKEND}'. "
656-
"Possible options are 'apr' or 'openssl'."
656+
"Possible options are 'apr', 'openssl', 'bcrypt', 'xdifest'."
657657
)
658658
endif()
659659

0 commit comments

Comments
 (0)