Skip to content

Commit 6c1a339

Browse files
authored
chore: bump CPM.cmake to v0.38.7 (#55)
* chore: bump CPM.cmake to v0.38.7 * build(cmake): use `EXPECTED_MD5` instead to check for CPM.cmake file hash
1 parent dd91cb9 commit 6c1a339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.0)
22

33
project(example)
44

5-
file(DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.38.6/CPM.cmake
5+
file(DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.38.7/CPM.cmake
66
${CMAKE_BINARY_DIR}/_deps/CPM.cmake
7-
EXPECTED_HASH SHA256=11c3fa5f1ba14f15d31c2fb63dbc8628ee133d81c8d764caad9a8db9e0bacb07)
7+
EXPECTED_MD5 14ea07dfb484cad5db4ee1c75fd6a911)
88
include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
99
cpmusepackagelock(package-lock)
1010

0 commit comments

Comments
 (0)