[Cmake-commits] CMake branch, master, updated. v3.11.3-903-gd8ea0af

Kitware Robot kwrobot at kitware.com
Tue Jun 5 05:55:08 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  d8ea0afa30a082e72e82687afc2e9e0cf300cb75 (commit)
       via  470ff56e5aca5ee0b050aabc2bf6537bb3681b36 (commit)
      from  0fa6f8b2f551dacb37b98b22c70d318740fac7b1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d8ea0afa30a082e72e82687afc2e9e0cf300cb75
commit d8ea0afa30a082e72e82687afc2e9e0cf300cb75
Merge: 0fa6f8b 470ff56
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Tue Jun 5 09:47:10 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Jun 5 05:47:29 2018 -0400

    Merge topic 'external-project-url-hash-docs'
    
    470ff56e5a ExternalProject: Improve URL_HASH argument description
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !2134


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=470ff56e5aca5ee0b050aabc2bf6537bb3681b36
commit 470ff56e5aca5ee0b050aabc2bf6537bb3681b36
Author:     Matt McCormick <matt.mccormick at kitware.com>
AuthorDate: Mon Jun 4 16:14:24 2018 -0400
Commit:     Matt McCormick <matt.mccormick at kitware.com>
CommitDate: Mon Jun 4 16:17:58 2018 -0400

    ExternalProject: Improve URL_HASH argument description
    
    The previous documentation suggested
    
      ALGO=MD5=d7a3dc7757a35df3dbb890f7dee0976b
    
    for example.

diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index db19691..370d447 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=<value>``
-        Hash of the archive file to be downloaded. The ``<value>`` should be of
-        the form ``algo=hashValue`` where ``algo`` can be any of the hashing
+      ``URL_HASH <algo>=<hashValue>``
+        Hash of the archive file to be downloaded. The argument should be of
+        the form ``<algo>=<hashValue>`` 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

-----------------------------------------------------------------------

Summary of changes:
 Modules/ExternalProject.cmake |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list