Getting the following error while trying to build using CMake:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
HIREDIS_TLS_LIB
linked by target "redis++" in directory /redis-plus-plus-1.3.7
TEST_HIREDIS_TLS_LIB
linked by target "test_redis++" in directory /redis-plus-plus-1.3.7/test
Describe the problem
Getting the following error while trying to build using CMake: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: HIREDIS_TLS_LIB linked by target "redis++" in directory /redis-plus-plus-1.3.7 TEST_HIREDIS_TLS_LIB linked by target "test_redis++" in directory /redis-plus-plus-1.3.7/test
Environment:
How to fix this?