These DLL names are “magical” in that they don’t exist. get_prerequisites
doesn’t know they’re system until it finds them, but since it can’t find them, it is unhappy. I would recommend using file(GET_RUNTIME_DEPENDENCIES)
instead which allows you to pass PRE_EXCLUDE_REGEXES
to exclude these names from the resolution. See this discussion potential solutions to making this a lot easier to manage.