We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3433e6 commit e99429dCopy full SHA for e99429d
1 file changed
cmake/redis-plus-plus.cmake
@@ -24,8 +24,8 @@ set(REDIS_PLUS_PLUS_BUILD_TEST OFF CACHE BOOL "" FORCE)
24
FetchContent_Declare(redis-plus-plus
25
GIT_REPOSITORY https://github.com/sewenew/redis-plus-plus.git
26
# Post 1.3.15. Required to support FetchContent post 1.3.7 where it was broken.
27
- GIT_TAG 84f37e95d9112193fd433f65402d3d183f0b9cf7
28
- GIT_SHALLOW TRUE
+ GIT_TAG fc67c2ebf929ae2cf3b31d959767233f39c5df6a
+ GIT_SHALLOW FALSE
29
)
30
31
FetchContent_MakeAvailable(redis-plus-plus)
0 commit comments