Solution for CMP0024

Hi experts,

I am getting the CMP0024 error and I don’t quite understand what the alternative really is.

My use case is that I’m developing multiple features in parallel that will eventually become separate projects.

I’d like to achieve that each target can be configured as if the other components had been installed (e.g. using find_package(…)).

Any ideas how to achieve that without violating CMP0024?

thx Michi