[CMake] ctest and properties

Bill Hoffman bill.hoffman at kitware.com
Wed Jan 30 10:42:48 EST 2013


On 1/30/2013 10:14 AM, ycollette.nospam at free.fr wrote:
> Hello,
>
> I am currently working with ctest.
> I am trying to get, via the command line help, all the properties available for TEST.
> For example:
> set_properties(TEST test_1 PROPERTY ??? test_2)
>
> If I do a ctest --help-command set_property, only the command is detailed, but no properties are displayed.
>
> Is there a way to get help on properties via command line ?
>
> Best regards,
>
> YC
cmake --help-command set_property.  It is a cmake command in the context 
you are using it.

-- 
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573


More information about the CMake mailing list