Skip to content
Snippets Groups Projects
Commit d1f014e7 authored by Dmitry Yu. Naumov's avatar Dmitry Yu. Naumov
Browse files

[App] Update VTK components.

Maybe because of newer version than the current minimum.
Replace IOImage with ImagingCore.
Add RenderingAnnotations.
parent 724654b1
No related branches found
No related tags found
No related merge requests found
......@@ -135,14 +135,10 @@ if(GEOTIFF_FOUND)
target_link_libraries(VtkVis PUBLIC ${GEOTIFF_LIBRARIES})
endif() # GEOTIFF_FOUND
target_link_libraries(VtkVis
PUBLIC BaseLib
GeoLib
MeshLib
DataHolderLib
QtBase
vtkIOImage
PRIVATE MathLib ApplicationsFileIO Qt5::Gui spdlog::spdlog)
target_link_libraries(
VtkVis
PUBLIC BaseLib GeoLib MeshLib DataHolderLib QtBase
PRIVATE MathLib ApplicationsFileIO Qt5::Gui spdlog::spdlog)
if(OGS_USE_NETCDF)
target_link_libraries(VtkVis
......
......@@ -62,10 +62,10 @@ find_package(Boost ${ogs.minimum_version.boost} REQUIRED)
set(VTK_COMPONENTS vtkIOXML)
if(OGS_BUILD_GUI)
set(VTK_COMPONENTS ${VTK_COMPONENTS}
vtkIOImage vtkIOLegacy vtkIOExport
vtkIOLegacy vtkIOExport vtkImagingCore
vtkInteractionStyle vtkInteractionWidgets
vtkGUISupportQt vtkRenderingOpenGL2 vtkRenderingContextOpenGL2
vtkFiltersTexture vtkRenderingCore vtkFiltersParallel
vtkFiltersTexture vtkRenderingAnnotation vtkRenderingCore vtkFiltersParallel
)
endif()
if(OGS_USE_MPI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment