You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis plus plus has a coroutine based interface for C++20 and onwards, which needs to be enabled by passing a flag to CMake (-DREDIS_PLUS_PLUS_BUILD_CORO=ON)
The current conan recipe does not expose a way to control this flag. I have opened a PR which enables it: #26408
I am opening an issue as this repository's contributor guidelines are suggesting opening an issue.
Description
Redis plus plus has a coroutine based interface for C++20 and onwards, which needs to be enabled by passing a flag to CMake (
-DREDIS_PLUS_PLUS_BUILD_CORO=ON
)The current conan recipe does not expose a way to control this flag. I have opened a PR which enables it: #26408
I am opening an issue as this repository's contributor guidelines are suggesting opening an issue.
Package and Environment Details
Conan profile
Host profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux
Build profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux
Steps to reproduce
N/A
Logs
N/A
The text was updated successfully, but these errors were encountered: