[CMake] Automate Cmake for ITK Projects

2011-06-06 Thread Neil Panjwani
Hi, I'm trying to build an ITK project via command line automatically rather than going through the window prompts. During this process, I only ever change two options: 1) the visual studio generator (32 or 64-bit) and 2) the ITK_DIR because I have several installations of ITK and the default

Re: [CMake] Automate Cmake for ITK Projects

2011-06-06 Thread Michael Jackson
cmake -DITK_DIR=/some/path/to/ITK -G Visual Studio 8 2005 Win64 ../src ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On