MantisBT - CMake
View Issue Details
0014246CMakeCTestpublic2013-06-26 02:572015-01-05 08:38
ycollet 
Brad King 
normalminoralways
closedfixed 
x86Linux
CMake 2.8.9 
CMake 3.0 
0014246: ctest --help-variable-list fails to display CTEST* variables
When I do a ctest --help-variable-list, the following error messages are displayed:

Internal error: Variables that Provide Information list is empty.
Internal error: Variables That Change Behavior list is empty.
Internal error: Variables That Describe the System list is empty.
Internal error: Variables that Control the Build list is empty.
Internal error: Variables for Languages list is empty.

And the only way to have informations related to CTEST* variable is to access the cmake website.
No tags attached.
Issue History
2013-06-26 02:57ycolletNew Issue
2014-06-03 14:41Brad KingNote Added: 0036115
2014-06-03 14:41Brad KingAssigned To => Brad King
2014-06-03 14:41Brad KingStatusnew => resolved
2014-06-03 14:41Brad KingResolutionopen => fixed
2014-06-03 14:41Brad KingFixed in Version => CMake 3.0
2015-01-05 08:38Robert MaynardNote Added: 0037559
2015-01-05 08:38Robert MaynardStatusresolved => closed

Notes
(0036115)
Brad King   
2014-06-03 14:41   
CMake 3.0 transitions to a reStructuredText-based documentation system. All the "cmake --help-*" options now do basic processing of the documents and print them. Now "ctest --help-variable-list" lists all the variables in the cmake-variables(7) manual just like "cmake --help-variable-list" does instead of producing an internal error.

A separate issue, raised in 0010392, is that CTest variables are not actually covered in the documentation.
(0037559)
Robert Maynard   
2015-01-05 08:38   
Closing resolved issues that have not been updated in more than 4 months.