How to fix an issue with Conan not creating package targets that can be found by CMake
I’m encountering linker errors when trying to use Boost::filesystem with Conan package manager and CMake. I’ve successfully installed Boost via Conan, but I’m unable to link against Boost::filesystem. Here are the details: