diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-09-07 12:27:01 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-09-07 12:27:01 (GMT) |
commit | 1ad991a13ef27e6ed2dbd8bc2d40147c111a8c11 (patch) | |
tree | 982b6d41e7ecaeeb2abe14cfd3687e9b6acc6606 /Modules/ExternalData.cmake | |
parent | 2da778664d3e99ada4e67a5a1b9d377f92a9f75f (diff) | |
download | CMake-1ad991a13ef27e6ed2dbd8bc2d40147c111a8c11.zip CMake-1ad991a13ef27e6ed2dbd8bc2d40147c111a8c11.tar.gz CMake-1ad991a13ef27e6ed2dbd8bc2d40147c111a8c11.tar.bz2 |
Help: correct typo in ExternalData (duplicate "of")
Diffstat (limited to 'Modules/ExternalData.cmake')
-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 |