mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
The stack usage for nested `find_package` calls is much larger than for other kinds of recursion, so enforce a lower limit to avoid stack overflow.
6 lines
223 B
Plaintext
6 lines
223 B
Plaintext
[0-9]+
|
|
CMake Error at FindRecursivePackage.cmake:[0-9]+ \(find_package\):
|
|
find_package maximum nesting depth of [0-9]+ exceeded.
|
|
Call Stack \(most recent call first\):
|
|
FindRecursivePackage.cmake:[0-9]+ \(find_package\)
|