Conversation
|
@grafikrobot , did I add it correctly? Or is BGL the first library to depend on Boost.Geometry and test this part of the build system? |
Yes.
Don't know. |
OK, so this is a bug in Boost.Geometry? |
|
@pdimov do you maintain Boost.CRC? Do you know if this problem is with Geometry or CRC? |
|
It's not a problem in CRC. It's caused by Geometry listing CRC as a dependency in its CMakeLists.txt here: but it doesn't actually depend on CRC. |
|
@pdimov thanks for answering. But... why does that cause this error, just because it doesn't actually use it? |
|
Because only the actual dependencies are installed by depinst, so libs/crc is empty and the target Boost::crc doesn't exist. |
|
Thanks for the explanation. PR to fix Boost.Geometry: boostorg/geometry#1437 |
|
Made redundant by new implementation that doesn't use Boost.Geometry. |
No description provided.