Hi all,<br>I am trying to compile a code with cmake and I am getting the following error <br><br>Unknown CMake command "VTK_WRAP_PYTHON" <br><br>here is the line that the cmake does not like in my CMakeLists file <br>
<br>VTK_WRAP_PYTHON(cpptrackingPython PYTHON_SOURCES ${wrap_api})<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>Thanks for your help!<br>
Aj <br><br><br>