mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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
243 B
Plaintext
6 lines
243 B
Plaintext
^CMake Error at TRANSFORM-Selector-FOR-BackwardsRange.cmake:2 \(list\):
|
|
list sub-command TRANSFORM, selector FOR expects <start> to be no greater
|
|
than <stop> \(2 > 1\)
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)$
|