Skip to content

Commit db6fca7

Browse files
committed
Fix pasta::bit_vector version in FetchContent_Declare
1 parent 12769ec commit db6fca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FetchContent_Declare(
4343
FetchContent_Declare(
4444
pasta_bit_vector
4545
GIT_REPOSITORY https://github.com/pasta-toolbox/bit_vector.git
46-
GIT_TAG 05acd97 #main
46+
GIT_TAG b4798d5 #main
4747
)
4848

4949
FetchContent_MakeAvailable(tlx pasta_bit_vector)

0 commit comments

Comments
 (0)