I have this warning while compiling with cmake:
The imported target "vtkRenderingPythonTkWidgets" references the file
"/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-6.3/VTKTargets.cmake"
but not all the files it references.
I tried a lot of solutions like installing libproj or libvtk6dev
I am on Debian 10 and it's happened when i want to install granoo, lammps and others that refer to VTK.
Thanks