CMake/Help/prop_gbl/REPORT_UNDEFINED_PROPERTIES.rst
Kitware Robot f051814ed0 Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation:

 ./convert-help.bash "/path/to/CMake-build/bin"

Then remove it.
2013-10-15 14:12:03 -04:00

9 lines
295 B
ReStructuredText

REPORT_UNDEFINED_PROPERTIES
---------------------------
If set, report any undefined properties to this file.
If this property is set to a filename then when CMake runs it will
report any properties or variables that were accessed but not defined
into the filename specified in this property.