Skip to content

Commit

Permalink
Update CPM to v0.40.2 to fix cpm-cmake/CPM.cmake#568 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman authored Aug 12, 2024
1 parent 4e7d34b commit cd333a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/external/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# SPDX-FileCopyrightText: Copyright (c) 2019-2023 Lars Melchior and contributors

set(CPM_DOWNLOAD_VERSION 0.38.6)
set(CPM_HASH_SUM "11c3fa5f1ba14f15d31c2fb63dbc8628ee133d81c8d764caad9a8db9e0bacb07")
set(CPM_DOWNLOAD_VERSION 0.40.2)
set(CPM_HASH_SUM "C8CDC32C03816538CE22781ED72964DC864B2A34A310D3B7104812A5CA2D835D")

if(CPM_SOURCE_CACHE)
set(CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
Expand Down

0 comments on commit cd333a5

Please sign in to comment.