diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2016-04-27 20:38:59 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2016-04-27 20:38:59 (GMT) |
commit | 2d7d33ecb3efc5446c25d3ecb9327cd3fa2bae28 (patch) | |
tree | 346474301d2438e15bc03846f24e4d2aad158c3e /Help/prop_dir | |
parent | edf1c8e37d96b6a657d83425b8a3977ff1fa54f5 (diff) | |
download | CMake-2d7d33ecb3efc5446c25d3ecb9327cd3fa2bae28.zip CMake-2d7d33ecb3efc5446c25d3ecb9327cd3fa2bae28.tar.gz CMake-2d7d33ecb3efc5446c25d3ecb9327cd3fa2bae28.tar.bz2 |
Help: Hyperlink properties
Diffstat (limited to 'Help/prop_dir')
-rw-r--r-- | Help/prop_dir/LISTFILE_STACK.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_dir/LISTFILE_STACK.rst b/Help/prop_dir/LISTFILE_STACK.rst index f729c1e..22ec4b6 100644 --- a/Help/prop_dir/LISTFILE_STACK.rst +++ b/Help/prop_dir/LISTFILE_STACK.rst @@ -5,5 +5,6 @@ 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 INCLUDE command -then that is effectively pushing the included listfile onto the stack. +being processed, in order. So if one listfile does an +:command:`include` command then that is effectively pushing the +included listfile onto the stack. |