Skip to content

xdmf2: Set policy CMP0077 explicitly to avoid warnings

Brad King requested to merge brad.king/vtk:cmp0077 into master

In post-3.12 development CMake added policy CMP0077 that warns when option() sees a normal variable with the option's name. Set the policy to NEW to avoid the warning and also avoid creating an unnecessary cache entry for the option.

Merge request reports