diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-04 17:21:56 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-18 12:10:34 (GMT) |
commit | 4efda261fead9f677144ffc6bc2b612a1d1dbcb6 (patch) | |
tree | 789865bb79d93c02d1fe5af87b54a7df29551236 /Help/prop_dir | |
parent | 52f22616852e6a6e8f642f84fa821e0c8678a679 (diff) | |
download | CMake-4efda261fead9f677144ffc6bc2b612a1d1dbcb6.zip CMake-4efda261fead9f677144ffc6bc2b612a1d1dbcb6.tar.gz CMake-4efda261fead9f677144ffc6bc2b612a1d1dbcb6.tar.bz2 |
cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.
It costs an extra cmMakefile member and extra code to maintain in
directory property handling. Remove documentation note that it
is read-only and specify high-level command to populate it.
Diffstat (limited to 'Help/prop_dir')
-rw-r--r-- | Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst b/Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst index befafa5..bb90c61 100644 --- a/Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst +++ b/Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst @@ -3,6 +3,7 @@ INCLUDE_REGULAR_EXPRESSION Include file scanning regular expression. -This read-only property specifies the regular expression used during +This property specifies the regular expression used during dependency scanning to match include files that should be followed. -See the include_regular_expression command. +See the :command:`include_regular_expression` command for a high-level +interface to set this property. |