mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
11 lines
314 B
ReStructuredText
11 lines
314 B
ReStructuredText
CMAKE_MAXIMUM_RECURSION_DEPTH
|
|
-----------------------------
|
|
|
|
.. versionadded:: 3.27
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
Maximum recursion depth for CMake scripts. This environment variable is
|
|
used if the :variable:`CMAKE_MAXIMUM_RECURSION_DEPTH` variable is not set.
|
|
See that variable's documentation for details.
|