File tree 3 files changed +14
-2
lines changed 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
set (VTK_CONTRIB_MAJOR_VERSION "5" )
6
6
set (VTK_CONTRIB_MINOR_VERSION "4" )
7
- set (VTK_CONTRIB_RELEASE_VERSION "1 " )
7
+ set (VTK_CONTRIB_RELEASE_VERSION "2 " )
8
8
set (VTK_CONTRIB_VERSION ${VTK_CONTRIB_MAJOR_VERSION} .${VTK_CONTRIB_MINOR_VERSION} .${VTK_CONTRIB_RELEASE_VERSION} )
9
9
10
10
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ elseif (VTK_9)
52
52
if (MPI_mpi_LIBRARY)
53
53
set (VTK_PARALLEL_PACKAGES ParallelMPI IOParallel ParallelCore)
54
54
endif (MPI_mpi_LIBRARY)
55
- set (VTK_REQUIRED_PACKAGES ImagingHybrid ImagingCore IOExport IOImage InteractionWidgets RenderingOpenGL2)
55
+ set (VTK_REQUIRED_PACKAGES ImagingHybrid ImagingCore IOExport IOImage InteractionWidgets FiltersGeometry InteractionStyle RenderingOpenGL2 RenderingAnnotation )
56
56
find_package (VTK 9 REQUIRED COMPONENTS ${VTK_PARALLEL_PACKAGES} ${VTK_REQUIRED_PACKAGES} )
57
57
set (VTK_LIB_DEPENDENCIES ${VTK_LIBRARIES} )
58
58
set (VTK_INC_DEPENDENCIES) # Empty, not usefull with VTK 9
Original file line number Diff line number Diff line change
1
+ Version 5.4.2 :
2
+ ===============
3
+
4
+ Retouche d�pendances cmake en VTK 9.
5
+
6
+
7
+ Version 5.4.1 : 11/08/23
8
+ ===============
9
+
10
+ Sortie du projet GUIToolkits. Correctif cmake.
11
+
12
+
1
13
Version 5.4.0 : 21/06/23
2
14
===============
3
15
You can’t perform that action at this time.
0 commit comments