From 6e135d9b6a29934ef4b2250be4e7f44ad7345748 Mon Sep 17 00:00:00 2001 From: Oz Date: Sun, 3 Nov 2024 08:55:55 +0100 Subject: [PATCH] Update CPM.cmake to v0.40.2 --- cmake/Dependencies.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index 49498016..d853052e 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -1,6 +1,6 @@ # Downloading the CPM.cmake package manager -set( CPM_DOWNLOAD_VERSION 0.38.6 ) -set( CPM_DOWNLOAD_HASH 11c3fa5f1ba14f15d31c2fb63dbc8628ee133d81c8d764caad9a8db9e0bacb07 ) +set( CPM_DOWNLOAD_VERSION 0.40.2 ) +set( CPM_DOWNLOAD_HASH "c8cdc32c03816538ce22781ed72964dc864b2a34a310d3b7104812a5ca2d835d" ) set( CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake" ) if( NOT ( EXISTS ${CPM_DOWNLOAD_LOCATION} ) ) message( STATUS "Downloading CPM.cmake to ${CPM_DOWNLOAD_LOCATION}" )