Skip to content

Commit 6cab790

Browse files
committed
fix: Bump redis-plus-plus to v1.3.14
gcc no longer transitively includes <cstdint>. This resulted in a break in redis-plus-plus, which is fixed in v1.3.8. But in true in-for-a-penny fashion, we are going to update to the latest version.
1 parent 6a96b13 commit 6cab790

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmake/redis-plus-plus.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ 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.
2321
FetchContent_Declare(redis-plus-plus
2422
GIT_REPOSITORY https://github.com/sewenew/redis-plus-plus.git
25-
GIT_TAG 1.3.7
23+
GIT_TAG 1.3.14
2624
GIT_SHALLOW TRUE
2725
)
2826

0 commit comments

Comments
 (0)