blob: 29ba36557f04c55be07bf9236cf5da73b5b881b1 (
plain)
1
2
3
4
5
6
7
8
|
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.
|