From 725927b56d7e718e66708e49bdf0179bec804bb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 04:59:58 +0000 Subject: [PATCH] Update dependency cpm-cmake/CPM.cmake to v0.35.6 --- cmake/Environment.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Environment.cmake b/cmake/Environment.cmake index bad21f9b..f1207d9d 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.35.5) +set(CPM_DOWNLOAD_VERSION 0.35.6) set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake") if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION})) message(STATUS "Downloading CPM.cmake")