Hi,
Not sure if its just by google-fu is failing, but is there a way to make policy warnings hard failures? Essentially -Werror=policy
My intent is to add some CI jobs to download later versions of CMake for pre-testing and validation in order to get away from “the one magical version that works” that we currently have for some legacy code.
Additionally newer policy failures tends to work like “static analyzer” for issues we may not be aware of back running the versions that are working in our base.