<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 23, 2015 at 9:52 PM, Amit Goel <span dir="ltr"><<a href="mailto:Amit.Goel@ucf.edu" target="_blank">Amit.Goel@ucf.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



<div style="word-wrap:break-word"><div>1. I used CCMAKE to build paraview. CCMAKE, which is graphical/ncurses based, and in advanced mode - has hundreds of options (spread over 14 pages) that I dont remember myself which options I chose last time I built paraview myself. Hence instead
 of ccmake, is there another command based way to build Paraview ? Or can I run CCMAKE first time and save the config file so that I remember what option I chose while building last time ? If yes then which file is generated as a result of ccmake that I can
 copy and preserve and then use it again and again to rebuild with same parameters or change one or two paramteres (such as path to HDF5).</div>
<div></div></div></blockquote><div><br></div><div>$BLDDIR/CMakeCache.txt</div><div><br></div><div>You can cut all almost everything out of that, put it into a build directory, and ccmake or (just cmake if it is a consistent set) and it will do the right thing.</div><div><br></div><div><div>You can also use command line arguments:</div><div>(c)cmake -DSOME_CMAKE_VARIABLE:TYPE=VALUE . </div><div><br></div><div>To do the same thing.</div></div><div><br></div></div></div></div>