File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,6 @@ macro(vtkMacroKitPythonWrap)
143143
144144 if (VTK_WRAP_PYTHON AND BUILD_SHARED_LIBS )
145145
146- # Tell vtkWrapPython.cmake to set VTK_PYTHON_LIBRARIES for us.
147- set (VTK_WRAP_PYTHON_FIND_LIBS 1)
148- include (vtkWrapPython)
149-
150146 set (TMP_WRAP_FILES ${MY_KIT_SRCS} ${MY_KIT_WRAP_HEADERS} )
151147
152148 # Create list of wrapping dependencies for generating the hierarchy file.
@@ -268,7 +264,6 @@ macro(vtkMacroKitPythonWrap)
268264 ${MY_KIT_NAME} PythonD
269265 ${MY_KIT_NAME}
270266 ${VTK_PYTHON_CORE}
271- ${VTK_PYTHON_LIBRARIES}
272267 ${VTK_KIT_PYTHON_LIBRARIES}
273268 ${MY_KIT_PYTHON_LIBRARIES}
274269 )
@@ -317,7 +312,6 @@ macro(vtkMacroKitPythonWrap)
317312 target_link_libraries (${MY_KIT_NAME} Python
318313 PRIVATE
319314 ${MY_KIT_NAME}
320- ${VTK_PYTHON_LIBRARIES}
321315 VTK::WrappingPythonCore
322316 VTK::Python
323317 )
You can’t perform that action at this time.
0 commit comments