Dear VTK experts,<br><br>I'm new to VTK and CMake, so please bear with me.<br><br>I am trying to build my very first VTK application.<br>First I ran CMake, I have <br>C:\Program Files\VTKSource\Examples\Tutorial\Step1\Cxx as my source code dir and
<br>C:\Program Files\VTK Source\Examples\Tutorial\Step1\Cxx\bin as my binary dir.<br><br>Configure...<br>I got a pop-up window giving me the following error:<br>"CMake Error: VTK not found. Set the VTK_DIR make cache registry to the directory containing
VTKConfig.cmake. ... "<br><br>I then went OK, then changed my VTK_DIR value to C:/Program Files/VTKSource. <br>Configure...<br>I got exactly the same error.<br><br>C:/Program Files/VTKSource is where I unzipped my VTK package. In the directory, I have
<a href="http://VTKConfig.cmake.in">VTKConfig.cmake.in</a> and vtkGenerateVTKConfig.cmake, but I don't have VTKConfig.cmake.<br>Is this the problem?<br><br>Any help or hint will be greatly appreciated.<br><br><br>Best Regards,
<br>Brandon<br>