Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set (VTK_CONTRIB_MAJOR_VERSION "5")
set (VTK_CONTRIB_MINOR_VERSION "4")
set (VTK_CONTRIB_RELEASE_VERSION "1")
set (VTK_CONTRIB_RELEASE_VERSION "2")
set (VTK_CONTRIB_VERSION ${VTK_CONTRIB_MAJOR_VERSION}.${VTK_CONTRIB_MINOR_VERSION}.${VTK_CONTRIB_RELEASE_VERSION})


2 changes: 1 addition & 1 deletion src/VtkContrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ elseif (VTK_9)
if (MPI_mpi_LIBRARY)
set (VTK_PARALLEL_PACKAGES ParallelMPI IOParallel ParallelCore)
endif (MPI_mpi_LIBRARY)
set (VTK_REQUIRED_PACKAGES ImagingHybrid ImagingCore IOExport IOImage InteractionWidgets RenderingOpenGL2)
set (VTK_REQUIRED_PACKAGES ImagingHybrid ImagingCore IOExport IOImage InteractionWidgets FiltersGeometry InteractionStyle RenderingOpenGL2 RenderingAnnotation)
find_package (VTK 9 REQUIRED COMPONENTS ${VTK_PARALLEL_PACKAGES} ${VTK_REQUIRED_PACKAGES})
set (VTK_LIB_DEPENDENCIES ${VTK_LIBRARIES})
set (VTK_INC_DEPENDENCIES) # Empty, not usefull with VTK 9
Expand Down
12 changes: 12 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 5.4.2 :
===============

Retouche d�pendances cmake en VTK 9.


Version 5.4.1 : 11/08/23
===============

Sortie du projet GUIToolkits. Correctif cmake.


Version 5.4.0 : 21/06/23
===============

Expand Down