summaryrefslogtreecommitdiff
path: root/Modules/FetchContent.cmake
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-02-25 21:13:34 +1100
committerCraig Scott <craig.scott@crascit.com>2021-02-25 21:14:15 +1100
commitebcb8896e31abfeb37422bf0ac6501b2f26ee3d0 (patch)
treee44b159e3a143701f53a4cc95f1805452064738d /Modules/FetchContent.cmake
parent772c32831fa7b62fbb09fca7655d0b538926c5e4 (diff)
downloadcmake-ebcb8896e31abfeb37422bf0ac6501b2f26ee3d0.tar.gz
Help: Add missing MD5= for URL_HASH in FetchContent example
Fixes: #21859
Diffstat (limited to 'Modules/FetchContent.cmake')
-rw-r--r--Modules/FetchContent.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake
index 6a4cf38884..722490042b 100644
--- a/Modules/FetchContent.cmake
+++ b/Modules/FetchContent.cmake
@@ -132,7 +132,7 @@ Declaring Content Details
FetchContent_Declare(
myCompanyIcons
URL https://intranet.mycompany.com/assets/iconset_1.12.tar.gz
- URL_HASH 5588a7b18261c20068beabfb4f530b87
+ URL_HASH MD5=5588a7b18261c20068beabfb4f530b87
)
FetchContent_Declare(