MantisBT - CMake
View Issue Details
0008259CMakeQtDialogpublic2008-12-08 14:092009-09-14 21:02
Alex Neundorf 
Bill Hoffman 
normalfeaturealways
closedfixed 
CMake-2-6 
 
0008259: add target like "edit_cache" which runs cmake-gui
Hi,

if I have a project configured using cmake (command line, no ccmake or cmake-gui) and cmake-gui is available, "make edit_cache" will run ccmake. It would be nice if there would be way to run cmake-gui instead of ccmake.
Maybe an extra target "gui_edit_cache" if cmake-gui is available ?

Alex
No tags attached.
Issue History
2008-12-08 14:09Alex NeundorfNew Issue
2008-12-08 14:55Bill HoffmanNote Added: 0014309
2008-12-08 14:55Bill HoffmanStatusnew => assigned
2008-12-08 14:55Bill HoffmanAssigned To => Bill Hoffman
2009-09-14 21:02Bill HoffmanStatusassigned => closed
2009-09-14 21:02Bill HoffmanResolutionopen => fixed

Notes
(0014309)
Bill Hoffman   
2008-12-08 14:55   
make edit_cache runs the last one that was used. If cmake is used, then I guess it defaults to ccmake. We might be able to change that to cmake-gui. If you run cmake-gui on it once, it should use that from that point forward.