File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-FileCopyrightText: Copyright (c) 2019-2023 Lars Melchior and contributors
4
4
5
- set (CPM_DOWNLOAD_VERSION 0.38.6 )
6
- set (CPM_HASH_SUM "11c3fa5f1ba14f15d31c2fb63dbc8628ee133d81c8d764caad9a8db9e0bacb07" )
5
+ set (CPM_DOWNLOAD_VERSION 0.38.7 )
6
+ set (CPM_HASH_SUM 14ea07dfb484cad5db4ee1c75fd6a911 )
7
7
8
8
if (CPM_SOURCE_CACHE )
9
9
set (CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE} /cpm/CPM_${CPM_DOWNLOAD_VERSION} .cmake" )
@@ -17,6 +17,6 @@ endif()
17
17
get_filename_component (CPM_DOWNLOAD_LOCATION ${CPM_DOWNLOAD_LOCATION} ABSOLUTE )
18
18
19
19
file (DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v${CPM_DOWNLOAD_VERSION}/CPM.cmake
20
- ${CPM_DOWNLOAD_LOCATION} EXPECTED_HASH SHA256= ${CPM_HASH_SUM} )
20
+ ${CPM_DOWNLOAD_LOCATION} EXPECTED_MD5 ${CPM_HASH_SUM} )
21
21
22
22
include (${CPM_DOWNLOAD_LOCATION} )
You can’t perform that action at this time.
0 commit comments