Skip to content

Ninja: Drop unnecessary ident encoding logic for paths

Brad King requested to merge brad.king/cmake:ninja-simplify-paths into master

The only uses of EncodeIdent are surrounding EncodePath, but the special ident encoding is not needed for path contexts in a ninja build manifest.

Merge request reports