mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-14 02:18:42 -05:00
9c2b393cb7
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.