Skip to content
Snippets Groups Projects
Commit 2005eef6 authored by Ken Martin's avatar Ken Martin
Browse files

gl2ps was getting pulled in on mobile

somehow recent changes were causing gl2ps
to get pulled in.
parent 5d53fd02
No related branches found
No related tags found
No related merge requests found
if(ANDROID OR APPLE_IOS) # No gl2ps on mobile
set(gl2ps_depends)
set(gl2ps_test_depends)
if(ANDROID OR APPLE_IOS) # No GL2PS on mobile
return()
elseif(VTK_RENDERING_BACKEND STREQUAL "OpenGL")
set(gl2ps_depends vtkRenderingGL2PS)
set(gl2ps_test_depends vtkIOExportOpenGL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment