Skip to content

Set explicit cmake policy for CMP0116

Deals with a warning message from CMake, regarding unset policy for CMP0116 (how to deal with DEPFILEs).

The solution is to set the policy explicitly, in the two CMake files which make use of DEPFILEs.

See issue #367 (closed) for full documentation

Merge request reports