mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
When running an in-source build the CustomCommandWorkingDirectory test created a copy of a source file in the same directory it was running on. This breaks when byproducts are cleaned (e.g. via Ninja) because it deletes one of the source files.