We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ebda3 commit 7502d88Copy full SHA for 7502d88
cmake/redis-plus-plus.cmake
@@ -24,7 +24,7 @@ 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
+ GIT_TAG fc67c2ebf929ae2cf3b31d959767233f39c5df6a
28
GIT_SHALLOW TRUE
29
)
30
0 commit comments