MantisBT - CMake
View Issue Details
0009201CMakeCMakepublic2009-06-24 07:352016-06-10 14:30
David Doria 
Bill Hoffman 
normalfeatureN/A
closedmoved 
 
 
0009201: Set a cache variable without changing the docstring
Currently you have to change the docstring to set a cache variable:
SET(CMAKE_BUILD_TYPE Debug CACHE STRING "default to debug" FORCE)

I think it would make sense if docstring was an optional parameter, so you could do this:
SET(CMAKE_BUILD_TYPE Debug CACHE FORCE)
No tags attached.
Issue History
2009-06-24 07:35David DoriaNew Issue
2010-12-15 09:07David ColeStatusnew => assigned
2010-12-15 09:07David ColeAssigned To => Bill Hoffman
2016-06-10 14:27Kitware RobotNote Added: 0041573
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0041573)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.