Skip to content
Snippets Groups Projects
Commit 3588d82c authored by Ken Martin's avatar Ken Martin Committed by David E. DeMarle
Browse files

Remove vtkProbeOpebGLSupport executable from Mobile

Remove it as it's target is for desktop and it avoids
link challenges.

(cherry picked from commit 2d6d5772)
parent 61694e1f
No related branches found
No related tags found
No related merge requests found
......@@ -366,8 +366,10 @@ if (APPLE_IOS)
vtk_module_link_libraries(${vtk-module} LINK_PUBLIC "-framework UIKit")
endif()
VTK_ADD_EXECUTABLE(vtkProbeOpenGLVersion vtkProbeOpenGLVersion.cxx)
target_link_libraries(vtkProbeOpenGLVersion ${vtk-module})
if (NOT ANDROID AND NOT APPLE_IOS)
VTK_ADD_EXECUTABLE(vtkProbeOpenGLVersion vtkProbeOpenGLVersion.cxx)
target_link_libraries(vtkProbeOpenGLVersion ${vtk-module})
endif()
if (WIN32 AND ( NOT CMAKE_CROSSCOMPILING OR DEFINED CMAKE_CROSSCOMPILING_EMULATOR) )
VTK_ADD_EXECUTABLE(vtkTestOpenGLVersion vtkTestOpenGLVersion.cxx)
......
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