blob: 2d65b60bc4630dba661e6aa47607277c0bde0dba (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_MAXIMUM_RECURSION_DEPTH
-----------------------------
.. versionadded:: 3.27
.. include:: ENV_VAR.txt
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.
|