LISTFILE_STACK.rst 356 B

123456789
  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 INCLUDE command
  7. then that is effectively pushing the included listfile onto the stack.