Propagation of FetchContent targets when installing

Also on one last somewhat unrelated note… why in the CMake docs does it say that using CMAKE_INSTALL_PREFIX with INSTALL_INTERFACE is wrong (it says it will not be relocatable - I might need to update my code if this is the case).

This is the link to the relevant section: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#creating-relocatable-packages

Thanks!