Commit df28021
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 84c1a4d commit df28021
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
344 | 346 | | |
345 | 347 | | |
346 | 348 | | |
347 | | - | |
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
| |||
0 commit comments