MantisBT - CMake
View Issue Details
0007146CMakeCMakepublic2008-06-03 13:172008-07-20 17:14
David Faure 
Alex Neundorf 
normalminoralways
closedfixed 
CMake-2-6 
 
0007146: Many variables are not documented
$ cmake --help-variable CMAKE_LIBRARY_PATH
cmake version 2.6-patch 0 RC-6
Argument "CMAKE_LIBRARY_PATH" to --help-variable is not a defined variable. Use --help-variable-list to see all defined variables.

$ cmake --help-variable-list | grep CMAKE_LIBRARY_PATH
CMAKE_LIBRARY_PATH_FLAG

Same thing with CMAKE_INCLUDE_PATH, CMAKE_SYSTEM_PREFIX_PATH and CMAKE_SYSTEM_LIBRARY_PATH which I saw in use in some cmake code written by Alex Nenudorf.
No tags attached.
Issue History
2008-06-03 13:17David FaureNew Issue
2008-06-03 13:47David FaureNote Added: 0012228
2008-06-06 11:08Bill HoffmanStatusnew => assigned
2008-06-06 11:08Bill HoffmanAssigned To => Alex Neundorf
2008-07-20 17:14Alex NeundorfNote Added: 0012764
2008-07-20 17:14Alex NeundorfStatusassigned => closed
2008-07-20 17:14Alex NeundorfResolutionopen => fixed

Notes
(0012228)
David Faure   
2008-06-03 13:47   
CMAKE_PREFIX_PATH isn't documented either.
(0012764)
Alex Neundorf   
2008-07-20 17:14   
Added documentation for these variables to cvs. This will be in 2.6.2, maybe 2.6.1. Are there more missing ?

Alex