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 02969b8 commit 622ffcfCopy full SHA for 622ffcf
1 file changed
cmake/redis-plus-plus.cmake
@@ -8,7 +8,7 @@ FetchContent_Declare(hiredis
8
# 1.3.0
9
GIT_TAG ccad7ebaf99310957004661d1c5f82d2a33ebd10
10
GIT_SHALLOW TRUE
11
- SOURCE_DIR _deps/hiredis
+ SOURCE_DIR ${CMAKE_BINARY_DIR}/_deps/hiredis
12
OVERRIDE_FIND_PACKAGE
13
)
14
@@ -23,8 +23,8 @@ set(REDIS_PLUS_PLUS_BUILD_TEST OFF CACHE BOOL "" FORCE)
23
# when it tries to do feature detection on hiredis.
24
FetchContent_Declare(redis-plus-plus
25
GIT_REPOSITORY https://github.com/sewenew/redis-plus-plus.git
26
- # 1.3.15
27
- GIT_TAG a63ac43bf192772910b52e27cd2b42a6098a0071
+ # Post 1.3.15. Required to support FetchContent post 1.3.7 where it was broken.
+ GIT_TAG 84f37e95d9112193fd433f65402d3d183f0b9cf7
28
29
30
0 commit comments