File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-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 "2 " )
7+ set (VTK_CONTRIB_RELEASE_VERSION "3 " )
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 @@ -64,7 +64,9 @@ else (VTK_9)
6464 message (FATAL_ERROR "==> UTILISEZ -DVTK_7:BOOL=ON OU -DVTK_8:BOOL=ON OU -DVTK_9:BOOL=ON A LA LIGNE DE COMMANDE" )
6565endif (VTK_7)
6666
67- find_package (MPI)
67+ if (MPI_mpi_LIBRARY)
68+ find_package (MPI)
69+ endif (MPI_mpi_LIBRARY)
6870
6971file (GLOB HEADERS public /${CURRENT_PACKAGE_NAME} /*.h)
7072file (GLOB CPP_SOURCES *.cpp)
Original file line number Diff line number Diff line change 1+ Version 5.4.3 :
2+ ===============
3+
4+ Retouche d�pendances cmake � MPI.
5+
6+
17Version 5.4.2 :
28===============
39
You can’t perform that action at this time.
0 commit comments