From 1d8c25127b164d62be3e55b68028f3fd45a0c1f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:22:21 +0000 Subject: [PATCH] Update dependency cpm-cmake/CPM.cmake to v0.40.2 --- cmake/Environment.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Environment.cmake b/cmake/Environment.cmake index 0a2cec3..6461b04 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.1) +set(CPM_DOWNLOAD_VERSION 0.40.2) set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake") if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION})) message(STATUS "Downloading CPM.cmake")