Skip to content

Commit d9d7b1d

Browse files
patmarionfinetjul
authored andcommitted
Fix link library for vtk version <= 5.6
1 parent 118292f commit d9d7b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if(PythonQt_USE_VTK)
4848
if(${VTK_VERSION_MAJOR}.${VTK_VERSION_MINOR} VERSION_GREATER 5.6)
4949
set(VTK_LIBRARIES vtkPythonCore)
5050
else()
51-
set(VTK_LIBRARIES vtkCommon)
51+
set(VTK_LIBRARIES vtkCommonPythonD)
5252
endif()
5353
else()
5454
remove_definitions(-DPYTHONQT_USE_VTK)

0 commit comments

Comments
 (0)