Skip to content

Commit 76ea772

Browse files
authored
chore: bump CPM.cmake to v0.38.7 (#65)
* chore: bump CPM.cmake to v0.38.7 * build(cmake): use `EXPECTED_MD5` instead to check for CPM.cmake file hash
1 parent addb2e3 commit 76ea772

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/CPM.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# SPDX-FileCopyrightText: Copyright (c) 2019-2023 Lars Melchior and contributors
44

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)
77

88
if(CPM_SOURCE_CACHE)
99
set(CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
@@ -17,6 +17,6 @@ endif()
1717
get_filename_component(CPM_DOWNLOAD_LOCATION ${CPM_DOWNLOAD_LOCATION} ABSOLUTE)
1818

1919
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})
2121

2222
include(${CPM_DOWNLOAD_LOCATION})

0 commit comments

Comments
 (0)