Skip to content

Instantly share code, notes, and snippets.

@whateverforever
Created January 2, 2019 15:01
Show Gist options
  • Save whateverforever/2e59b1dfb29570d212cd7093e2dcc289 to your computer and use it in GitHub Desktop.
Save whateverforever/2e59b1dfb29570d212cd7093e2dcc289 to your computer and use it in GitHub Desktop.

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

Untested, but should be the same

Run cmake with -DModule_vtkRenderingExternal=ON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment