From db6fca71f136a9d5a8087d1ed9e07a8b20b33a87 Mon Sep 17 00:00:00 2001 From: Florian Kurpicz Date: Mon, 19 Feb 2024 22:56:33 +0100 Subject: [PATCH] Fix pasta::bit_vector version in FetchContent_Declare --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bc4493..2f3ef8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ FetchContent_Declare( FetchContent_Declare( pasta_bit_vector GIT_REPOSITORY https://github.com/pasta-toolbox/bit_vector.git - GIT_TAG 05acd97 #main + GIT_TAG b4798d5 #main ) FetchContent_MakeAvailable(tlx pasta_bit_vector)