Skip to content

Commit

Permalink
Merge pull request #2 from LIHPC-Computational-Geometry/vtk9-dep-fix
Browse files Browse the repository at this point in the history
Version 5.4.2. Fix cmake dependencies for VTK 9.
  • Loading branch information
CharlesPignerol authored Apr 16, 2024
2 parents 30151a7 + 29660c2 commit 7b8cc85
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
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

0 comments on commit 7b8cc85

Please sign in to comment.