Closed jrwrigh closed 1 year ago
Fixed. Please test it with the latest code on master branch. Thanks for pointing it out!
Regards
I've confirmed that fixed the issue. Thanks!
Also, it'd be nice if you could release a patch fix with this fix on it. I originally ran into this issue using https://github.com/CrayLabs/SmartRedis, but I doubt they'd want to update their installer/supported version without an official release.
Already published a new release. Enjoy it :)
Regards
Thanks!
Describe the bug It's possible that the
redis++.pc
that is created at compile time has the wronglibdir
entry, as CMake can change the install location of the library. I believe this can be fixed by usingin
cmake/redis++.pc.in
.In my situtation, it's installed in
lib64
instead oflib
.