CMake/Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst
Stephen Kelly 4efda261fe 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.
2015-07-18 14:10:34 +02:00

10 lines
328 B
ReStructuredText

INCLUDE_REGULAR_EXPRESSION
--------------------------
Include file scanning regular expression.
This property specifies the regular expression used during
dependency scanning to match include files that should be followed.
See the :command:`include_regular_expression` command for a high-level
interface to set this property.