blob: 3d9c781dcd75aa9c28dec007d9f31b053374ad33 (
plain)
1
2
3
4
5
6
|
max-recursion-depth
-------------------
* CMake now imposes a maximum recursion limit to prevent a stack overflow on
scripts that recurse infinitely. The limit can be adjusted at runtime with
:variable:`CMAKE_MAXIMUM_RECURSION_DEPTH`.
|