From 68c0198e4ae82e705154d55b82bebd6e6409ea6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= Date: Wed, 9 Apr 2025 09:37:49 +0200 Subject: [PATCH] Add qt as optional dependency of paraview In some cases paraview cannot find qt version as the qt project is enabled after paraview. --- projects/paraview.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/paraview.cmake b/projects/paraview.cmake index 9e0abd1f..0a325389 100644 --- a/projects/paraview.cmake +++ b/projects/paraview.cmake @@ -249,7 +249,7 @@ superbuild_add_project(paraview DEPENDS cxx11 DEPENDS_OPTIONAL adios2 alembic catalyst cuda boost eigen gdal hdf5 matplotlib mpi numpy pdal png - protobuf python3 qt5 qt6 visitbridge zlib silo las lookingglass pythonmpi4py + protobuf python3 qt qt5 qt6 visitbridge zlib silo las lookingglass pythonmpi4py xdmf3 vrpn vtkm netcdf cdi openturns -- GitLab