From f6cf88821ca80e57ed2271d3f72efce78f72489b Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Fri, 25 Nov 2022 09:43:18 +0100 Subject: [PATCH] CMake: Fix commit for cloning tl::expected Fixes #104 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c2feca1..b5c351fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -248,7 +248,7 @@ set(EXPECTED_BUILD_TESTS OFF) FetchContent_Declare( expected GIT_REPOSITORY https://github.com/TartanLlama/expected - GIT_TAG 96d547c03d2feab8db64c53c3744a9b4a7c8f2c5 # latest + GIT_TAG b74fecd4448a1a5549402d17ddc51e39faa5020c # latest GIT_SHALLOW ON GIT_PROGRESS ON ) -- GitLab