MantisBT - CMake
View Issue Details
0011396CMakeCMakepublic2010-11-03 06:362011-03-10 14:41
Michael Broutin 
David Cole 
normalfeaturealways
closedno change required 
CMake-2-8 
 
0011396: Add a list of recently used projects
I'm using CMake to work simultaneously on several open source projects.
When I update a project, I often need to recreate project files, for example because of newly added source files.
It leads to a lot of switching between projects in CMake GUI. It would be much easier if there were a list of recently opened projects, so that I would just have to pick the project in CMake GUI, instead of typing the path of the project...
No tags attached.
Issue History
2010-11-03 06:36Michael BroutinNew Issue
2010-11-03 06:48Michael WildNote Added: 0022813
2010-11-03 08:02David ColeStatusnew => assigned
2010-11-03 08:02David ColeAssigned To => David Cole
2010-11-03 08:03David ColeNote Added: 0022814
2010-11-03 08:03David ColeStatusassigned => resolved
2010-11-03 08:03David ColeResolutionopen => no change required
2010-11-03 08:03David ColeNote Edited: 0022814
2011-03-10 14:41David ColeNote Added: 0025731
2011-03-10 14:41David ColeStatusresolved => closed

Notes
(0022813)
Michael Wild   
2010-11-03 06:48   
Just as a comment: If you modify the CMakeLists.txt files, you don't have to re-run CMake explicitly. That will happen automatically if you re-build your project.
(0022814)
David Cole   
2010-11-03 08:03   
This feature exists already.

Clicking on the drop down combo box for the build tree ("Where to build the binaries:") reveals the most recent 10 projects configured by cmake-gui.

Simply choose an item from there, and it loads the cache for that build tree.

(0025731)
David Cole   
2011-03-10 14:41   
Closing resolved issues that have not been updated in more than 3 months.