mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
Help: Add missing MD5= for URL_HASH in FetchContent example
Fixes: #21859
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user