Skip to content

Commit e99429d

Browse files
committed
Non-shallow clone for redis-plus-plus.
1 parent f3433e6 commit e99429d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/redis-plus-plus.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ set(REDIS_PLUS_PLUS_BUILD_TEST OFF CACHE BOOL "" FORCE)
2424
FetchContent_Declare(redis-plus-plus
2525
GIT_REPOSITORY https://github.com/sewenew/redis-plus-plus.git
2626
# Post 1.3.15. Required to support FetchContent post 1.3.7 where it was broken.
27-
GIT_TAG 84f37e95d9112193fd433f65402d3d183f0b9cf7
28-
GIT_SHALLOW TRUE
27+
GIT_TAG fc67c2ebf929ae2cf3b31d959767233f39c5df6a
28+
GIT_SHALLOW FALSE
2929
)
3030

3131
FetchContent_MakeAvailable(redis-plus-plus)

0 commit comments

Comments
 (0)