[vtk-developers] Missing Includes with new module system
Bill Lorensen
bill.lorensen at gmail.com
Fri Jan 11 16:12:52 EST 2019
When I use
Find_package(VTK COMPONENTS ${VTK_AVAILABLE_COMPONENTS})
cmake errrors;
CMake Error in CMakeLists.txt:
Imported target "VTK::theora" includes non-existent path
"/Users/lorensen/ProjectsGIT/VTKNewModules-clang/ThirdParty/theora/vtktheora/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
More information about the vtk-developers
mailing list