From e67e0425c1ee219e64c7a722641d36cf6daf0bdf Mon Sep 17 00:00:00 2001 From: Abdessattar Sassi <457645+abdes@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:13:12 +0400 Subject: [PATCH] chore: upgrade CPM to 0.38.7 --- cmake/CPM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CPM.cmake b/cmake/CPM.cmake index 659e6e3..cce9b67 100644 --- a/cmake/CPM.cmake +++ b/cmake/CPM.cmake @@ -7,7 +7,7 @@ # Do this only once for the project by checking if we already have loaded CPM # which will define the CURRENT_CPM_VERSION, and if that version is what we want # to have here. -if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.38.1) +if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.38.7) set(CPM_DOWNLOAD_VERSION 0.38.1) if(CPM_SOURCE_CACHE)