When adding a package using CPM is not possible to use that package to override the results of find_package, which generates issues with third-party packages using it to find dependencies.
CMake added the option OVERRIDE_FIND_PACKAGE to FetchContent_Declare to help in this case by automatically updating some read-only properties. Would it be possible to support this option?