mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -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
6 lines
291 B
Plaintext
6 lines
291 B
Plaintext
^CMake Error at .*/Modules/ExternalProject.cmake:[0-9]+ \(message\):
|
|
External project "MyProj" does not have a step "IFace".
|
|
Call Stack \(most recent call first\):
|
|
Add_StepDependencies_iface_step.cmake:[0-9]+ \(ExternalProject_Add_StepDependencies\)
|
|
CMakeLists.txt:[0-9]+ \(include\)$
|