sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.64k stars 351 forks source link

Fetch hiredis at build time #352

Open devbharat opened 2 years ago

devbharat commented 2 years ago

Instead of relying it to be installed on system.

david-drinn commented 1 year ago

Would like to see this updated with the latest FetchContent features, specifically OVERRIDE_FIND_PACKAGE option in FetchContent_Declare(), and calling FetchContent_MakeAvailable(hiredis). I think it would simplify the changes significantly.