I encountered problem: when one dependency defines 'Boost' as a dependency with some required components, and later a second library downloads a package with same dependency name 'Boost', but with different required components, the second download is ignored, but the required libraries (despite the fact that they are REQUIRED) are not there.
Is there or is there a plan to solve such problems? For example, optionally make an error second CPMAddPackage if its arguments differ from previous one, so user can manually make a package with the sum of the required components BEFORE all dependencies?
I encountered problem: when one dependency defines 'Boost' as a dependency with some required components, and later a second library downloads a package with same dependency name 'Boost', but with different required components, the second download is ignored, but the required libraries (despite the fact that they are REQUIRED) are not there.
Is there or is there a plan to solve such problems? For example, optionally make an error second CPMAddPackage if its arguments differ from previous one, so user can manually make a package with the sum of the required components BEFORE all dependencies?