diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index db19691de7..370d447bcb 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -133,9 +133,9 @@ External Project Definition is determined by inspecting the actual content rather than using logic based on the file extension. - ``URL_HASH ALGO=`` - Hash of the archive file to be downloaded. The ```` should be of - the form ``algo=hashValue`` where ``algo`` can be any of the hashing + ``URL_HASH =`` + Hash of the archive file to be downloaded. The argument should be of + the form ``=`` where ``algo`` can be any of the hashing algorithms supported by the :command:`file()` command. Specifying this option is strongly recommended for URL downloads, as it ensures the integrity of the downloaded content. It is also used as a check for a