mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
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.
22 lines
483 B
Plaintext
22 lines
483 B
Plaintext
^3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8
|
|
9
|
|
10
|
|
CMake Error at function\.cmake:2 \(message\):
|
|
Maximum recursion depth of 10 exceeded
|
|
Call Stack \(most recent call first\):
|
|
function\.cmake:4 \(recursive\)
|
|
function\.cmake:4 \(recursive\)
|
|
function\.cmake:4 \(recursive\)
|
|
function\.cmake:4 \(recursive\)
|
|
function\.cmake:4 \(recursive\)
|
|
function\.cmake:4 \(recursive\)
|
|
function\.cmake:4 \(recursive\)
|
|
function\.cmake:4 \(recursive\)
|
|
function\.cmake:7 \(recursive\)
|
|
CMakeLists\.txt:5 \(include\)$
|