Using cmake >=3.20 results in many warnings about this new policy. This change silences the warnings by explicitly declaring use of the "OLD" behavior.
This policy currently affects only one place: the tablegen() function in TableGen.cmake.
Differential D101083
[cmake] Configure policy CMP0116 kastiglione on Apr 22 2021, 10:13 AM. Authored by
Details
Using cmake >=3.20 results in many warnings about this new policy. This change silences the warnings by explicitly declaring use of the "OLD" behavior. This policy currently affects only one place: the tablegen() function in TableGen.cmake.
Diff Detail
|