Skip to content

cmake: Set policy CMP0083 explicitly to avoid warnings

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

In post-3.13 development CMake added policy CMP0083 to update the behavior of the POSITION_INDEPENDENT_CODE target property on executables. Set the policy to get NEW behavior and avoid warnings in our copy of HDF5 that enables the property on executables.

Backport: release

Edited by Brad King

Merge request reports