Skip to content

Ninja: also drop CXX_MODULES order-only depends

A further enhancement to CMP0154: C++ modules should not show up in any order-only dependencies as they cannot be included (and therefore implicitly depended upon to exist) before compiling other source files. Note that they will exist for anything that needs scanned prior to compilation, but unscanned sources will not care.


Cc: @martin.duffy

Backport: release

Merge request reports