Closed dhruvkakadiya closed 5 years ago
Maybe that's not necessary unless we try to use examples/CMakeLists.txt
individually and try to build examples from that directly and not root directory. But then there are other boost packages and lots of other things would be missing so doesn't look worthy to fix this.
It was intended, that you don't need to cmake
for bredis project at all: just copy it to your project and it's done. It already assumes usage of boost::asio
and it does not pulls in addtional dependencies.
Include
cmake_minimum_required
check inexamples/CMakeLists.txt
to fixCMP0000
policy.