You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/foreach/BadRangeInFunction-stderr.txt

6 lines
242 B

^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\)$