Skip to content
  • Craig Scott's avatar
    cmDepends: Remove attempt to change directory that always fails · 59016996
    Craig Scott authored
    Nothing ever set `CompileDirectory` except `SetDirectory()`, but
    nothing ever called that function. Therefore, `CompileDirectory`
    was always empty for the attempt to change directory in `Check()`,
    which therefore would always fail. Nothing was checking the result
    and the code was always going to have no effect.
    59016996