Skip to content

Commit 2950e25

Browse files
committed
Link to libvtksys
This is from Andrew Davis (@makeclean), to fix a linking failure reported with VTK 9.2, ported from his configure patch to the underlying m4 file.
1 parent b13e3aa commit 2950e25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

m4/vtk.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ AC_DEFUN([CONFIGURE_VTK],
177177
-lvtkFiltersCore-$vtkmajorminor -lvtkIOXML-$vtkmajorminor -lvtkImagingCore-$vtkmajorminor \
178178
-lvtkIOImage-$vtkmajorminor -lvtkImagingMath-$vtkmajorminor -lvtkIOParallelXML-$vtkmajorminor \
179179
-lvtkParallelMPI-$vtkmajorminor -lvtkParallelCore-$vtkmajorminor \
180-
-lvtkCommonExecutionModel-$vtkmajorminor"
180+
-lvtkCommonExecutionModel-$vtkmajorminor -lvtksys-$vtkmajorminor"
181181
182182
dnl Some Linux distributions (Arch) install VTK without the
183183
dnl "libfoo-6.x.so" naming scheme, so we try to handle that
@@ -186,7 +186,7 @@ AC_DEFUN([CONFIGURE_VTK],
186186
-lvtkFiltersCore -lvtkIOXML -lvtkImagingCore \
187187
-lvtkIOImage -lvtkImagingMath -lvtkIOParallelXML \
188188
-lvtkParallelMPI -lvtkParallelCore \
189-
-lvtkCommonExecutionModel"
189+
-lvtkCommonExecutionModel -lvtksys"
190190
])
191191
192192
dnl Try to compile test prog to check for existence of VTK libraries.

0 commit comments

Comments
 (0)