Make export config file relocatable
Compare changes
NOTE: The latest tag you gave me is not on any branch ! I assume @mavogel has just pushed the tag and not the branch he worked on. If you delete the tag, gitlab will garbage collect the commits beyond the current head of release-5.0-CR1 at some point in the future.
Please do not accept blindly as I gave release-5.0-CR1 as target branch and there are many changes I don't expect. This should be against a branch that corresponds to yesterday's tag that Marcelo gave me.
The changes here are:
With these changes we can use your exported target directly via
find_package(CrestApiLib REQUIRED)
target_link_library(sometarget PRIVATE CrestApiLib::CrestApiLib)