mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05:00
bd876f3849
The refactoring in 17e5516e60 (FetchContent: Invoke steps directly and
avoid a separate sub-build, 2021-01-29) contained a typo which resulted
in any PATCH_COMMAND being ignored. Fix the typo and add a test case
that would have caught the regression.