mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-20 14:58:38 -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