max-recursion-depth.rst 240 B

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