[cmake-commits] martink committed cmGetTestPropertyCommand.h 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 23 09:54:57 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv6445

Modified Files:
	cmGetTestPropertyCommand.h 
Log Message:
ENH: added some documentation on how to find the default properties of a test


Index: cmGetTestPropertyCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGetTestPropertyCommand.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cmGetTestPropertyCommand.h	16 Nov 2005 19:02:30 -0000	1.2
+++ cmGetTestPropertyCommand.h	23 Feb 2007 14:54:55 -0000	1.3
@@ -55,7 +55,8 @@
       "  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);



More information about the Cmake-commits mailing list