summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Help/prop_dir/LISTFILE_STACK.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Help/prop_dir/LISTFILE_STACK.rst')
-rwxr-xr-xshare/cmake-3.6/Help/prop_dir/LISTFILE_STACK.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/cmake-3.6/Help/prop_dir/LISTFILE_STACK.rst b/share/cmake-3.6/Help/prop_dir/LISTFILE_STACK.rst
new file mode 100755
index 0000000..22ec4b6
--- /dev/null
+++ b/share/cmake-3.6/Help/prop_dir/LISTFILE_STACK.rst
@@ -0,0 +1,10 @@
+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.