[CMake] ctest and properties
ycollette.nospam at free.fr
ycollette.nospam at free.fr
Wed Jan 30 10:55:56 EST 2013
Yes, this link is really valuable. I add it in my book mark.
I didn't find it when I went on the website (maybe a mistake from my side ...).
Thanks a lot.
YC
----- Mail original -----
De: "David Cole" <dlrdave at aol.com>
À: "ycollette nospam" <ycollette.nospam at free.fr>
Cc: cmake at cmake.org
Envoyé: Mercredi 30 Janvier 2013 16:53:32
Objet: Re: [CMake] ctest and properties
T he best test properties reference is available online at:
http://cmake.org/cmake/help/v2.8.10/cmake.html#section_PropertiesonTests
You can't get that same information from the ctest command line as of 2.8.10. The cte st command line help could use some love...
-----Original Message-----
From: ycollette.nospam <ycollette.nospam at free.fr>
Cc: cmake <cmake at cmake.org>
Sent: Wed, Jan 30, 2013 10:47 am
Subject: Re: [CMake] ctest and properties
Thanks for the answer.
In fact, the information I am looking for is located in cmake-2.8.10/2/Source/cmTest.cxx
in the method void cmTest::DefineProperties(cmake *cm) line 98.
I really don't know how to get this help from command line.
I know that this information is context dependent (whether you use it from cmake
or from test, on some kind of object like TEST in my case).
YC
----- Mail original -----
De: "Bill Hoffman" < bill.hoffman at kitware.com >
À: cmake at cmake.org Envoyé: Mercredi 30 Janvier 2013 16:42:48
Objet: Re: [CMake] ctest and properties
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
--
Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake --
Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list