ENH: added some documentation on how to find the default properties of a test
This commit is contained in:
parent
8ad3430931
commit
2b3dae596a
|
@ -55,7 +55,8 @@ public:
|
||||||
" GET_TEST_PROPERTY(test VAR property)\n"
|
" GET_TEST_PROPERTY(test VAR property)\n"
|
||||||
"Get a property from the Test. The value of the property is "
|
"Get a property from the Test. The value of the property is "
|
||||||
"stored in the variable VAR. If the property is not found, "
|
"stored in the variable VAR. If the property is not found, "
|
||||||
"CMake will report an error.";
|
"CMake will report an error. For a list of standard properties "
|
||||||
|
"you can type cmake --help-property-list";
|
||||||
}
|
}
|
||||||
|
|
||||||
cmTypeMacro(cmGetTestPropertyCommand, cmCommand);
|
cmTypeMacro(cmGetTestPropertyCommand, cmCommand);
|
||||||
|
|
Loading…
Reference in New Issue