The CMake find_package() command sometimes prints a message, indication that the package has been found, and possibly the found version.
What are the condition(s) for this message being printed, other than QUIET not being used?
Note: Asking about CMake 3.22 in case it matters.