Skip to content

cmScanDepFormat: Drop unused "outputs", "inputs", and "depends" fields

Brad King requested to merge brad.king/cmake:fortran-scandep into master

These fields are specified by our P1689r3 paper, but are not actually needed. The dependencies of the scanning results themselves can be captured via normal depfile logic. Avoid saving this possibly-large information in the scanning results. It is not needed by later steps.

Topic-rename: scandep-format

Edited by Brad King

Merge request reports