Skip to content

CMake 3.24 Warning Fix, master branch (2022.11.29.)

Taught every single package about CMP0135. So that CMake >=3.24 would not print a bunch of warnings with every one of our projects.

Unfortunately this policy can not be set on the project level with all of the cmake_minimum_required(...) calls that are littering our code. The policy needs to be set explicitly in every single package. 😦

This is in answer to the CMake version update, initiated in ATLINFR-4765.

Merge request reports