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 c2c1874 commit 1843801Copy full SHA for 1843801
external/cpp_redis/CMakeLists.txt
@@ -9,6 +9,10 @@
9
10
if(NOT TARGET cpp_redis::cpp_redis)
11
add_library(cpp_redis::cpp_redis INTERFACE IMPORTED GLOBAL)
12
+ execute_process(
13
+ COMMAND sed -i "s/^#include <cpp_redis\\/misc\\/macro.hpp>/#include <cpp_redis\\/misc\\/macro.hpp>\\n#include <thread>/" cpp_redis.git/sources/core/client.cpp
14
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
15
+ )
16
17
# Try to find cpp_redis via PkgConfig.
18
find_package(PkgConfig)
0 commit comments