Hi, David,
I need yet your help. I am working with python 3.6 and I need to get wrapper from C++ to Python for VTK 8.1.2. I had downloaded VTK 8.1.2 from link
https://github.com/Kitware/VTK/releases/tag/v8.1.2.
I made build and tried to compile my module with CMakeList.txt file, which I used for compilation my module with VTK 8.2.0.
But I am getting errors by the compilation.
Could you help me please to give example CMakeList.txt for VTK 8.1.2? Or to say me, what is wrong in my CMakeList.txt?
Below is link on my CMakeList.txt
https://bitbucket.org/InnaDaymand/vtkgeodesic/src/master/src/CMakeLists.txt
Thank you very much,
Inna