Skip to content

Instantly share code, notes, and snippets.

View whateverforever's full-sized avatar

max whateverforever

View GitHub Profile

VTK Struggle

fatal error: 'vtkExternalOpenGLRenderWindow.h' file not found

  1. Edit CMakeCache.txt
  2. Find Module_vtkRenderingExternal:BOOL=OFF
  3. Change to Module_vtkRenderingExternal:BOOL=ON
  4. run cmake. and all that jazz

Alternative