File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 44
55set (VTK_CONTRIB_MAJOR_VERSION "5" )
66set (VTK_CONTRIB_MINOR_VERSION "4" )
7- set (VTK_CONTRIB_RELEASE_VERSION "1 " )
7+ set (VTK_CONTRIB_RELEASE_VERSION "2 " )
88set (VTK_CONTRIB_VERSION ${VTK_CONTRIB_MAJOR_VERSION} .${VTK_CONTRIB_MINOR_VERSION} .${VTK_CONTRIB_RELEASE_VERSION} )
99
1010
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ elseif (VTK_9)
5252 if (MPI_mpi_LIBRARY)
5353 set (VTK_PARALLEL_PACKAGES ParallelMPI IOParallel ParallelCore)
5454 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 )
5656 find_package (VTK 9 REQUIRED COMPONENTS ${VTK_PARALLEL_PACKAGES} ${VTK_REQUIRED_PACKAGES} )
5757 set (VTK_LIB_DEPENDENCIES ${VTK_LIBRARIES} )
5858 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+
113Version 5.4.0 : 21/06/23
214===============
315
You can’t perform that action at this time.
0 commit comments