diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-02-23 14:54:55 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-02-23 14:54:55 (GMT) |
commit | 2b3dae596acd10d0cc07345b25b38b93a62e3234 (patch) | |
tree | 3dee20626c395941da9a135436e6ea49894fa164 /Source/cmGetTestPropertyCommand.h | |
parent | 8ad343093179035fa8ad9136e8e8f72fc3804dd2 (diff) | |
download | CMake-2b3dae596acd10d0cc07345b25b38b93a62e3234.zip CMake-2b3dae596acd10d0cc07345b25b38b93a62e3234.tar.gz CMake-2b3dae596acd10d0cc07345b25b38b93a62e3234.tar.bz2 |
ENH: added some documentation on how to find the default properties of a test
Diffstat (limited to 'Source/cmGetTestPropertyCommand.h')
-rw-r--r-- | Source/cmGetTestPropertyCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGetTestPropertyCommand.h b/Source/cmGetTestPropertyCommand.h index 7d69c24..3009570 100644 --- a/Source/cmGetTestPropertyCommand.h +++ b/Source/cmGetTestPropertyCommand.h @@ -55,7 +55,8 @@ public: " GET_TEST_PROPERTY(test VAR property)\n" "Get a property from the Test. The value of the property is " "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); |