diff options
author | Brad King <brad.king@kitware.com> | 2020-09-08 19:45:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-09-08 19:45:41 (GMT) |
commit | 8ec7edf5639e5760db0720a94121f125078224d7 (patch) | |
tree | 4aabc5bdf1bee53e7446f1cd3a54dd9fc02f0247 | |
parent | b1b345c21a180fac2b9ccecf02f708d00f100590 (diff) | |
parent | 1ad991a13ef27e6ed2dbd8bc2d40147c111a8c11 (diff) | |
download | CMake-8ec7edf5639e5760db0720a94121f125078224d7.zip CMake-8ec7edf5639e5760db0720a94121f125078224d7.tar.gz CMake-8ec7edf5639e5760db0720a94121f125078224d7.tar.bz2 |
Merge topic 'ExternalData-doc-typo'
1ad991a13e Help: correct typo in ExternalData (duplicate "of")
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5196
-rw-r--r-- | Modules/ExternalData.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalData.cmake b/Modules/ExternalData.cmake index e5dbcd9..6fe8685 100644 --- a/Modules/ExternalData.cmake +++ b/Modules/ExternalData.cmake @@ -179,7 +179,7 @@ calling any of the functions provided by this module. .. variable:: ExternalData_URL_TEMPLATES - The ``ExternalData_URL_TEMPLATES`` may be set to provide a list of + The ``ExternalData_URL_TEMPLATES`` may be set to provide a list of URL templates using the placeholders ``%(algo)`` and ``%(hash)`` in each template. Data fetch rules try each URL template in order by substituting the hash algorithm name for ``%(algo)`` and the hash |