mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 07:58:59 -06:00
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