From eac136c5b4b3eef647842dbc0fc8ac3a8dfc46ae Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Tue, 27 Dec 2022 18:22:39 +0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20=20update=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- subprojects/range-v3.wrap | 2 +- subprojects/spdlog.wrap | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 444043c..680126d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ CPMAddPackage( CPMAddPackage( NAME spdlog GITHUB_REPOSITORY gabime/spdlog - GIT_TAG d7de159455d0d9bafc999f78139eafddb3935c36 + GIT_TAG edc51df1bdad8667b628999394a1e7c4dc6f3658 EXCLUDE_FROM_ALL YES ) CPMAddPackage( @@ -64,7 +64,7 @@ endif() CPMAddPackage( NAME range-v3 GITHUB_REPOSITORY ericniebler/range-v3 - GIT_TAG cc445f55b5785736e26da573b7e6c2e199553ac6 + GIT_TAG 4624c63972c6f2c2871c7b87813c42048ddb80ad EXCLUDE_FROM_ALL YES ) CPMAddPackage( diff --git a/subprojects/range-v3.wrap b/subprojects/range-v3.wrap index 183c34b..f5534c2 100644 --- a/subprojects/range-v3.wrap +++ b/subprojects/range-v3.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/ericniebler/range-v3.git -revision = cc445f55b5785736e26da573b7e6c2e199553ac6 +revision = 4624c63972c6f2c2871c7b87813c42048ddb80ad patch_directory = range-v3 diff --git a/subprojects/spdlog.wrap b/subprojects/spdlog.wrap index f22d0eb..ea45fc6 100644 --- a/subprojects/spdlog.wrap +++ b/subprojects/spdlog.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/gabime/spdlog.git -revision = d7de159455d0d9bafc999f78139eafddb3935c36 +revision = edc51df1bdad8667b628999394a1e7c4dc6f3658 patch_directory = spdlog