Skip to content
Snippets Groups Projects
Commit 4eb8ba3f authored by Ben Boeckel's avatar Ben Boeckel Committed by T.J. Corona
Browse files

RenderingUI: remove dependency on libXt

Removed in b19ea9ff (!6470) in code, but
not in the CMake.
parent 429a0ea9
No related merge requests found
......@@ -83,11 +83,10 @@ vtk_module_add_module(VTK::RenderingUI
if (VTK_USE_X)
vtk_module_find_package(
PACKAGE X11 COMPONENTS Xt)
PACKAGE X11)
vtk_module_link(VTK::RenderingUI
PUBLIC
X11::X11
X11::Xt)
X11::X11)
elseif (VTK_USE_COCOA)
vtk_module_link(VTK::RenderingUI PUBLIC "-framework Cocoa")
endif ()
......
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