mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
fb114a40aa
Add test for a case fixed by commit 6a4a61d9e1
(cmForEachCommand:
prevent leakage, 2017-10-09). Prior to that fix, this test case
could trigger an assertion failure.
Fixes: #17464
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
^CMake Error at BadRangeInFunction.cmake:2 \(foreach\):
|
|
foreach called with incorrect range specification: start 2, stop 1, step 1
|
|
Call Stack \(most recent call first\):
|
|
BadRangeInFunction.cmake:5 \(func\)
|
|
CMakeLists.txt:3 \(include\)$
|