On Friday 10 June 2011, Tim Gallagher wrote:
> Hi all,
> 
> We have a code that has a lot of options to enable/disable at compile time,
> and we'd also like to use ccmake to generate input files to run the code
> (possibly several hundred options combined). But the way the curses gui
> organizes things makes it really hard/tedious to keep track of things.
> 
> Has anybody looked into creating something akin to tabs to organize
> options? A simple way, for example, would be to put options with a common
> prefix on it's own tab so they stay organized. So anything with CMAKE_
> would be on a CMake tab, anything with MPI_ would be on an MPI tab, and so
> on.

cmake-gui, the really graphical client, does that already in the "Grouped 
View" mode. I'm not sure much work will still go into ccmake.

Alex
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to