From 6e1f032432993c5076e43051d1a90221134ba255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:58:16 +0000 Subject: [PATCH] Update dependency cpm-cmake/CPM.cmake to v0.40.4 --- cmake/Environment.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Environment.cmake b/cmake/Environment.cmake index 6461b04..831c704 100644 --- a/cmake/Environment.cmake +++ b/cmake/Environment.cmake @@ -14,7 +14,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.40.2) +set(CPM_DOWNLOAD_VERSION 0.40.4) set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake") if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION})) message(STATUS "Downloading CPM.cmake")