Skip to content

Commit 8ea436a

Browse files
committed
Make VTK::RenderingGridAxes optional so builds that don't have it don't fail cmake commands.
1 parent ef78dbb commit 8ea436a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vtkext/private/module/vtk.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ PRIVATE_DEPENDS
2020
VTK::IOXML
2121
VTK::ImagingHybrid
2222
VTK::InteractionWidgets
23-
VTK::RenderingGridAxes
2423
OPTIONAL_DEPENDS
2524
VTK::opengl
2625
VTK::RenderingRayTracing
26+
VTK::RenderingGridAxes
2727
TEST_DEPENDS
2828
VTK::IOGeometry
2929
VTK::IOPLY

0 commit comments

Comments
 (0)