Hi all<br>I am trying to  cmake a CMakeLIsts.txt and I am getting the following error <br>CMake Error at CMakeLists.txt:50 (VTK_WRAP_PYTHON):<br>Unknown CMake command &quot;VTK_WRAP_PYTHON&quot; <br><br>here is the line that the cmake does not like in the  CMakeLists file <br>


<br>VTK_WRAP_PYTHON(cpptrackingPython PYTHON_SOURCES ${WRAP_LIST})<br><br>I
 do have vtk-5.2 and python Python 2.6.5 installed on my machine. I 
tried VTK_WRAP_PYTHON2 and VTK_WRAP_PYTHON3 and I got the same error. <br><br><br><br>the code that I m having trouble with, worked three years ago without 
any problem (I didn&#39;t develop this code I am just using it ...) now that
 I changed the machine, I am getting this error. <br><br>Thanks for your help!<br>
Aj