LISTFILE_STACK.rst 367 B

12345678910
  1. LISTFILE_STACK
  2. --------------
  3. The current stack of listfiles being processed.
  4. This property is mainly useful when trying to debug errors in your
  5. CMake scripts. It returns a list of what list files are currently
  6. being processed, in order. So if one listfile does an
  7. :command:`include` command then that is effectively pushing the
  8. included listfile onto the stack.