Berk Geveci at Kitware has implemented a curses interface to cmake. It still needs a few more features, (like help). However, it is functional. You run it just like the command line cmake. For example, mkdir Project-build cd Project-build ccmake ../Project The main idea is for use on UNIX where there is not always a GUI. -Bill