From 89b52dfe26ea6d94baee31143bc4dc64f9f4d2f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:21:15 +0000 Subject: [PATCH] Update dependency cpm-cmake/CPM.cmake to v0.42.1 --- cmake/Environment.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Environment.cmake b/cmake/Environment.cmake index f4bf8a0..672bf9e 100644 --- a/cmake/Environment.cmake +++ b/cmake/Environment.cmake @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # Download "cpm", the setup-free CMake dependency management # https://github.com/cpm-cmake/CPM.cmake -set(CPM_DOWNLOAD_VERSION 0.42.0) +set(CPM_DOWNLOAD_VERSION 0.42.1) set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake") if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION})) message(STATUS "Downloading CPM.cmake")