HI Liam<br><br>I am getting this error . I dont know why ? <br><br>[100%] Building CXX object CMakeFiles/pipeline.dir/pipeline.cxx.o<br>/home/sudhanshu/pipeline/pipeline.cxx:1: fatal error: vtkImageReader.h : No such file or directory<br>
compilation terminated.<br>make[2]: *** [CMakeFiles/pipeline.dir/pipeline.cxx.o] Error 1<br>make[1]: *** [CMakeFiles/pipeline.dir/all] Error 2<br>make: *** [all] Error 2<br><br><br><br>cmake_minimum_required(VERSION 2.6)
<br>
<br>PROJECT(pipeline)
<br>
<br>FIND_PACKAGE(VTK REQUIRED))
<br>INCLUDE(${VTK_USE_FILE})
<br>
<br>ADD_EXECUTABLE(pipeline pipeline.cxx)
<br>TARGET_LINK_LIBRARIES(pipeline vtkRendering)<br><br>Sudhanshu<br>