Building on Windows - add vtkInfovisLayout to CMakeLists.txt
When building SMTK on Windows for the past few iterations I have to go and update smtk\extension\vtk\reader\CMakeLists.txt to include vtkInfovisLayout otherwise I get this error whilst building:
Creating library lib\vtkSMTKReaderExt-8.2.lib and object lib\vtkSMTKReaderExt-8.2.expvtkGeoSphereTransformLegacy.cxx.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static double __cdecl vtkGeoMath::EarthRadiusMeters(void)" (__imp_?EarthRadiusMeters@vtkGeoMath@@SANXZ) referenced in function "public: virtual void __cdecl vtkGeoSphereTransformLegacy::InternalTransformPoint(double const * const,double * const)" (?InternalTransformPoint@vtkGeoSphereTransformLegacy@@UEAAXQEBNQEAN@Z)vtkGlobeSourceLegacy.cxx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static double __cdecl vtkGeoMath::EarthRadiusMeters(void)" (__imp_?EarthRadiusMeters@vtkGeoMath@@SANXZ)bin\vtkSMTKReaderExt-8.2.dll : fatal error LNK1120: 1 unresolved externals
Building against ParaView 5.6.0. Attached is a Patch, not saying it is the right way but it is what resolve the problem for me