Skip to content

Restrict CMake to 3.19 in stable

Marco Clemencic requested to merge clemenci-master-patch-13209 into master

CMake 3.20 introduces a new policy that is triggering a warning for every dictionary we build (CMP0116).

Before switching to 3.20 we need to address the warnings.

Merge request reports