Please mention ExternalProject in the “Using Dependencies Guide”
The Using Dependencies Guide currently only talks about find_package and FetchContent. As far as I understand find_package doesn't download and build the source and FetchContent only works if the dependency uses cmake. The guide does not mention any available options to make cmake download and build non-cmake dependencies. I think the information about ExternalProject should be added to the guide.