Files
CMake/Tests/RunCMake/MaxRecursionDepth/function-invalid-env-script-stderr.txt
Brad King 89b69bf1ad Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variable
Extend the recursion limit controls added by commit a6982cff0d
(cmMakefile: Impose maximum recursion limit, 2018-12-14,
v3.14.0-rc1~82^2) with an environment variable that is used if the
CMake variable of the same name is not set.
2023-03-13 11:45:58 -04:00

6 lines
177 B
Plaintext

[0-9]+
CMake Error at .*/function\.cmake:2 \(message\):
Maximum recursion depth of [0-9]+ exceeded
Call Stack \(most recent call first\):
.*/function\.cmake:4 \(recursive\)