mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
e5b33871ed
When looking at `list(FIND)` result, zero index is ignored due to incorrect error handling, and users can't set dependencies on mkdir step. Fixes: #20605