Commit 648caff
COMP: Fix VTK configuration errors.
Fix VTK configuration errors.
Fixes:
```
CMake Deprecation Warning at
C:/SDKs/VTK/vtk-head-Bin/lib/cmake/vtk-8.90/vtk-config.cmake:57 (message):
The new name for the 'vtkRenderingVolume' component is 'RenderingVolume'
Call Stack (most recent call first):
C:/SDKs/VTK/vtk-head-Bin/vtk-config.cmake:1 (include)
CMakeLists.txt:15 (find_package)
CMake Deprecation Warning at
C:/SDKs/VTK/vtk-head-Bin/lib/cmake/vtk-8.90/vtk-config.cmake:57 (message):
The new name for the 'vtkIOGeometry' component is 'IOGeometry'
Call Stack (most recent call first):
C:/SDKs/VTK/vtk-head-Bin/vtk-config.cmake:1 (include)
CMakeLists.txt:15 (find_package)
CMake Deprecation Warning at
C:/SDKs/VTK/vtk-head-Bin/lib/cmake/vtk-8.90/vtk-config.cmake:57 (message):
The new name for the 'vtkIOLegacy' component is 'IOLegacy'
Call Stack (most recent call first):
C:/SDKs/VTK/vtk-head-Bin/vtk-config.cmake:1 (include)
CMakeLists.txt:15 (find_package)
CMake Deprecation Warning at
C:/SDKs/VTK/vtk-head-Bin/lib/cmake/vtk-8.90/vtk-config.cmake:57 (message):
The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
C:/SDKs/VTK/vtk-head-Bin/vtk-config.cmake:1 (include)
CMakeLists.txt:15 (find_package)
CMake Deprecation Warning at
C:/SDKs/VTK/vtk-head-Bin/lib/cmake/vtk-8.90/vtk-config.cmake:57 (message):
The new name for the 'vtkInteractionWidgets' component is
'InteractionWidgets'
Call Stack (most recent call first):
C:/SDKs/VTK/vtk-head-Bin/vtk-config.cmake:1 (include)
CMakeLists.txt:15 (find_package)
CMake Deprecation Warning at
C:/SDKs/VTK/vtk-head-Bin/lib/cmake/vtk-8.90/vtk-config.cmake:57 (message):
The new name for the 'vtkInteractionImage' component is 'InteractionImage'
Call Stack (most recent call first):
C:/SDKs/VTK/vtk-head-Bin/vtk-config.cmake:1 (include)
CMakeLists.txt:15 (find_package)
CMake Error at CMakeLists.txt:20 (include):
include called with wrong number of arguments. include() only takes one
file.
```
raised when configuring the module against ITK and VTK master.1 parent 7a29c7e commit 648caff
2 files changed
+63
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
19 | 43 | | |
20 | | - | |
21 | 44 | | |
22 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
23 | 74 | | |
24 | 75 | | |
25 | 76 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
0 commit comments