mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
7dd3e99270
Fixes crashes involving invalid ranges specified in list(TRANSFORM ... FOR ...) calls. * Report error when step is not positive * Report error when start is after stop Fixes: #22985
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
^CMake Error at TRANSFORM-Selector-FOR-ZeroStepArgument.cmake:2 \(list\):
|
|
list sub-command TRANSFORM, selector FOR expects positive numeric value for
|
|
<step>.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)$
|