<div dir="ltr"><div>CMake needs VTK_DIR to be set (either as an environment variable, or in the CMakeCache.txt file).  This will allow CMake to find VTKConfig.cmake.  There is no FindVTK.cmake file.</div><div><br></div><div>VTK_DIR=C:/MyVTKProject/VTK-7.0.0/VTK-bin</div><div><br></div><div>Packages that have a XYZConfig.cmake file do not have a FindXYZ.cmake file.  The CMake error message doesn't explain this very well, unfortunately.<br></div><div><br></div><div> - David</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 26, 2016 at 7:35 PM, Nie, Andrew (MU-Student) <span dir="ltr"><<a href="mailto:znhc5@mail.missouri.edu" target="_blank">znhc5@mail.missouri.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 dir="ltr">
<div style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Arial,Helvetica,sans-serif;background-color:rgb(255,255,255)">
<p>Hi there,</p>
<p><br>
</p>
<p>I used CMake 3.5.0 and VS 2013 to build VTK 7.0.0. Why there is no FindVTK.cmake in C:\MyVTKProjects\VTK-7.0.0\VTK-bin\lib\cmake\vtk-7.0\Modules. All of examples of VTK cannot work because no FindVTK.cmake. </p>
<p><br>
</p>
<p></p>
<div style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12.79px;margin:1em 0px;padding:0px;border-width:0px">
<font face="Helvetica Neue,Helvetica,Arial,sans-serif"><font color="red">CMake Error at CMakeLists.txt:6 (find_package):</font><font color="red"><br>
  By not providing "FindVTK.cmake" in CMAKE_MODULE_PATH this project has</font><font color="red"><br>
  asked CMake to find a package configuration file provided by "VTK", but</font><font color="red"><br>
  CMake did not find one.</font></font></div>
<div style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12.79px;margin:1em 0px;padding:0px;border-width:0px">
<font face="Helvetica Neue,Helvetica,Arial,sans-serif"><font color="red">  Could not find a package configuration file provided by "VTK" with any of</font><font color="red"><br>
  the following names:</font></font></div>
<div style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12.79px;margin:1em 0px;padding:0px;border-width:0px">
<font face="Helvetica Neue,Helvetica,Arial,sans-serif"><font color="red">    VTKConfig.cmake</font><font color="red"><br>
    vtk-config.cmake</font></font></div>
<div style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12.79px;margin:1em 0px;padding:0px;border-width:0px">
<font face="Helvetica Neue,Helvetica,Arial,sans-serif"><font color="red">  Add the installation prefix of "VTK" to CMAKE_PREFIX_PATH or set "VTK_DIR"</font><font color="red"><br>
  to a directory containing one of the above files.  If "VTK" provides a</font><font color="red"><br>
  separate development package or SDK, be sure it has been installed.</font></font></div>
<p></p>
<p>How can I deal with this problem? Really appreciated. </p></div></div></blockquote></div><br></div></div>