Skip to content

Commit 622ffcf

Browse files
committed
hiredis source dir
1 parent 02969b8 commit 622ffcf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/redis-plus-plus.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FetchContent_Declare(hiredis
88
# 1.3.0
99
GIT_TAG ccad7ebaf99310957004661d1c5f82d2a33ebd10
1010
GIT_SHALLOW TRUE
11-
SOURCE_DIR _deps/hiredis
11+
SOURCE_DIR ${CMAKE_BINARY_DIR}/_deps/hiredis
1212
OVERRIDE_FIND_PACKAGE
1313
)
1414

@@ -23,8 +23,8 @@ set(REDIS_PLUS_PLUS_BUILD_TEST OFF CACHE BOOL "" FORCE)
2323
# when it tries to do feature detection on hiredis.
2424
FetchContent_Declare(redis-plus-plus
2525
GIT_REPOSITORY https://github.com/sewenew/redis-plus-plus.git
26-
# 1.3.15
27-
GIT_TAG a63ac43bf192772910b52e27cd2b42a6098a0071
26+
# Post 1.3.15. Required to support FetchContent post 1.3.7 where it was broken.
27+
GIT_TAG 84f37e95d9112193fd433f65402d3d183f0b9cf7
2828
GIT_SHALLOW TRUE
2929
)
3030

0 commit comments

Comments
 (0)