Skip to content

Refactor: Move some functionality away from cmOutputConverter

bmanga requested to merge bmanga/cmake:output-converter-simplify into master

Moved:

  • ContainedInDirectory to cmStateDirectory
  • ForceToRelativePath to cmSystem

This reduces coupling with cmStateDirectory (although it is still present via cmStateSnapshot)

Merge request reports