From f697dc8a2ed18a3039212c80bbd7f7dfa219244a Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 4 May 2023 09:54:48 +0200 Subject: [PATCH] bump the version of CPM to 0.38.1 --- cmake/CPM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CPM.cmake b/cmake/CPM.cmake index e9674a7..0913400 100644 --- a/cmake/CPM.cmake +++ b/cmake/CPM.cmake @@ -1,4 +1,4 @@ -set(CPM_DOWNLOAD_VERSION 0.37.0) +set(CPM_DOWNLOAD_VERSION 0.38.1) if(CPM_SOURCE_CACHE) set(CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")