<div dir="ltr">Sorry, forgot to attach CMakeLists.txt<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 29, 2014 at 2:56 PM, Abdul Abdul <span dir="ltr"><<a href="mailto:abdul.sw84@gmail.com" target="_blank">abdul.sw84@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I got the following error for CMakeLists.txt (attached):<span class=""><br><br><span style="color:rgb(255,0,0)">CMake Error at CMakeLists.txt:11 (find_package):<br>  By not providing "FindItkVtkGlue.cmake" in CMAKE_MODULE_PATH this project<br>  has asked CMake to find a package configuration file provided by<br>  "ItkVtkGlue", but CMake did not find one.<br><br>  Could not find a package configuration file provided by "ItkVtkGlue" with<br>  any of the following names:<br><br>    ItkVtkGlueConfig.cmake<br>    itkvtkglue-config.cmake<br><br>  Add the installation prefix of "ItkVtkGlue" to CMAKE_PREFIX_PATH or set<br>  "ItkVtkGlue_DIR" to a directory containing one of the above files.  If<br>  "ItkVtkGlue" provides a separate development package or SDK, be sure it has<br>  been installed.<br><br></span></span></div><span style="color:rgb(255,0,0)"><font color="#000000">Do you know why is that? Should I look for "ItkVtkGlue"?<br><br>Thanks.<br></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 29, 2014 at 1:03 PM, John Drescher <span dir="ltr"><<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Wed, Oct 29, 2014 at 6:09 AM, Abdul Abdul <span dir="ltr"><<a href="mailto:abdul.sw84@gmail.com" target="_blank">abdul.sw84@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>I will build VTK. But, the main issue is on the steps to follow to run an ITK program. Does that make sense?<br><br></div>For instance, should I create "source" and "build" directories? </div></div></blockquote><div><br></div></span><div>You do not create a source folder. This folder is where your source exists. You do create a build folder. I put the build folder in a completely different tree from the source tree but you can if you want make the build folder a subfolder of the source.  <br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>When I run CMake, what should I do? ....etc<br></div></div></blockquote><div><br><br></div></span><div>Usually in cmake-gui its set the source folder and the build folder. Then Configure. You will be asked what generator to use (Visual Studio 12 2013 Win64 ...)  After this you Generate. <br></div><span><font color="#888888"><div> <br></div><div>John<br></div></font></span></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>