https://github.com/Kitware/CMake
Raw File
Tip revision: 9f7ec4c297b80079d0f39de48e55453cdcc987e4 authored by Brad King on 07 May 2024, 12:42:47 UTC
CMake 3.28.5
Tip revision: 9f7ec4c
LISTFILE_STACK.rst
LISTFILE_STACK
--------------

The current stack of listfiles being processed.

This property is mainly useful when trying to debug errors in your
CMake scripts.  It returns a list of what list files are currently
being processed, in order.  So if one listfile does an
:command:`include` command then that is effectively pushing the
included listfile onto the stack.
back to top