Improve find_dependency argument handling
Remove highly specialized and totally positional argument handling in find_dependency
macro, and instead just pass arguments through to find_package
. This gives users access to the full suite of arguments that find_package
knows, and is backward compatible with the old arguments.