MantisBT - CMake
View Issue Details
0009835CMakeCTestpublic2009-11-04 04:102010-12-14 18:50
Mathieu Malaterre 
Zach Mullen 
normalminorhave not tried
closedfixed 
 
CMake-2-8 
0009835: ctest --help-property CTEST_BUILD_TARGET
Executing:

ctest --help-property CTEST_BUILD_TARGET

should display some information on what is CTEST_BUILD_TARGET.

It would be nice to also have ctest --help-property-list

Thanks
No tags attached.
Issue History
2009-11-04 04:10Mathieu MalaterreNew Issue
2009-11-04 10:11Bill HoffmanStatusnew => assigned
2009-11-04 10:11Bill HoffmanAssigned To => Zach Mullen
2009-11-05 11:58Zach MullenStatusassigned => acknowledged
2009-11-09 14:43Zach MullenNote Added: 0018373
2009-12-07 13:42Zach MullenNote Added: 0018712
2009-12-07 13:43Zach MullenStatusacknowledged => resolved
2009-12-07 13:43Zach MullenFixed in Version => CMake-2-8
2009-12-07 13:43Zach MullenResolutionopen => no change required
2010-06-15 10:01David ColeNote Added: 0021013
2010-06-15 10:01David ColeStatusresolved => feedback
2010-06-15 10:01David ColeResolutionno change required => reopened
2010-06-15 10:07Zach MullenNote Added: 0021014
2010-06-15 10:45Zach MullenNote Added: 0021019
2010-06-15 10:45Zach MullenStatusfeedback => resolved
2010-06-15 10:45Zach MullenResolutionreopened => fixed
2010-12-14 18:50David ColeNote Added: 0024107
2010-12-14 18:50David ColeStatusresolved => closed

Notes
(0018373)
Zach Mullen   
2009-11-09 14:43   
I'm not sure we should document this as part of --help-property, because this isn't set using set_property, it's just a variable that is set by "set(CTEST_BUILD_TARGET foo)". In fact, there is no information listed via ctest --help-property, because apparently these properties don't apply to ctest.

That said, we should probably document this somewhere... Where do we normally document the automagic variables that cmake sometimes looks for?

(This may be rendered moot by the fact that we've just added a better way of specifying a build target, which is the TARGET attribute of the CTEST_BUILD command.)
(0018712)
Zach Mullen   
2009-12-07 13:42   
Closing this since the new TARGET option for CTEST_BUILD is well documented.
(0021013)
David Cole   
2010-06-15 10:01   
Zach,

See this email thread: http://www.cmake.org/pipermail/cmake/2010-June/037489.html [^] Nobody (me included) can find how CTEST_BUILD_TARGET is "well documented..."

Can you point us to what you were talking about?
(0021014)
Zach Mullen   
2010-06-15 10:07   
Well, I just looked and I certainly can't figure out what I was talking about at the time either... I'm adding some documentation to the CTEST_BUILD command help output. Is there anywhere besides there we should document this?
(0021019)
Zach Mullen   
2010-06-15 10:45   
Added the documentation in the command help.
(0024107)
David Cole   
2010-12-14 18:50   
Closing bugs that have been resolved for more than 3 months without any further updates.