Commit 1d40eb9
BUG: vtkMacroKitPythonWrap: Remove unnecessary link against VTK_PYTHON_LIBRARIES
Since the variable VTK_WRAP_PYTHON_FIND_LIBS was removed in
Kitware/VTK@ed49fa01c (VTK v9.0.0) but is still used in VTK v8.2.0,
this commit conditionally set it.
Similarly it removes the link against VTK_PYTHON_LIBRARIES
as any necessary link should be picked up via the INTERFACE_LINK property
of VTK::Python.
Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Co-authored-by: Andras Lasso <lasso@queensu.ca>1 parent ae30832 commit 1d40eb9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
318 | | - | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| |||
0 commit comments