When building the project using cmake my machine outputs the error:
CMake Error: install(EXPORT "cpp_redis" ...) includes target "cpp_redis" which requires target "tacopie" that is not in any export set.
This error comes up whilst both building my own project and also when running these commands within cpp_redis:
mkdir build
cd build
cmake .. -DBUILD_EXAMPLES=true
When building the project using cmake my machine outputs the error:
CMake Error: install(EXPORT "cpp_redis" ...) includes target "cpp_redis" which requires target "tacopie" that is not in any export set.
This error comes up whilst both building my own project and also when running these commands within
cpp_redis
:My CMakeLists.txt: