Is there a way to automatically (in a bash script, for example) configure and generate using defaults from a CMakeLists.txt file? That is, automate doing the following:<br><br>ccmake ../CMakeLists.txt<br>press 'c' twice<br>
press 'g'<br><br clear="all">Thanks,<br><br>David<br>