1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-06 14:21:57 +03:00

docs: replace SHA1 with SHA256 in CMake example

This commit is contained in:
Viktor Szakats
2023-06-23 16:31:16 +00:00
parent 3d309f9b8d
commit 766bde9fb9

View File

@@ -151,7 +151,7 @@ builds your project:
ExternalProject_Add(
Libssh2
URL <libssh2 download location>
URL_HASH SHA1=<libssh2 archive SHA1>
URL_HASH SHA256=<libssh2 archive SHA256>
INSTALL_COMMAND "")
ExternalProject_Add(