From bd68885af921cb71dc257705f3d1647ef8c05546 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 27 Feb 2022 20:11:56 +0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20=20update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0963558..cfffa5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang") CPMAddPackage( NAME range-v3 GITHUB_REPOSITORY ericniebler/range-v3 - GIT_TAG 9aa032ccd0eb4bd77f58e5b181168f1038c222c6 + GIT_TAG d800a032132512a54c291ce55a2a43e0460591c7 EXCLUDE_FROM_ALL YES ) endif()