Skip to content

Commit 7659e65

Browse files
committed
Revert "fix: Bump redis-plus-plus to v1.3.14"
This reverts commit 6cab790.
1 parent d16ad68 commit 7659e65

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmake/redis-plus-plus.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}/_deps)
1818

1919
set(REDIS_PLUS_PLUS_BUILD_TEST OFF CACHE BOOL "" FORCE)
2020

21+
# 1.3.7 is the last release that works with FetchContent, due to a problem with CheckSymbolExists
22+
# when it tries to do feature detection on hiredis.
2123
FetchContent_Declare(redis-plus-plus
2224
GIT_REPOSITORY https://github.com/sewenew/redis-plus-plus.git
23-
GIT_TAG 1.3.14
25+
GIT_TAG 1.3.7
2426
GIT_SHALLOW TRUE
2527
)
2628

0 commit comments

Comments
 (0)