Skip to content
Snippets Groups Projects
Commit 63d62814 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge branch 'gcc-vtk-9.3' into 'master'

[cmake] Use VTK 9.3 on gcc 13.2.

See merge request ogs/ogs!4840
parents f4a837eb 0da3bd95
No related branches found
No related tags found
No related merge requests found
...@@ -354,6 +354,10 @@ endif() ...@@ -354,6 +354,10 @@ endif()
# Building from source requires newer hdf version # Building from source requires newer hdf version
string(REPLACE "." "_" HDF5_TAG ${ogs.tested_version.hdf5}) string(REPLACE "." "_" HDF5_TAG ${ogs.tested_version.hdf5})
if(COMPILER_IS_GCC AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 13.2)
set(ogs.minimum_version.vtk "9.3.0")
endif()
set(_vtk_source GIT_REPOSITORY https://github.com/kitware/vtk.git GIT_TAG set(_vtk_source GIT_REPOSITORY https://github.com/kitware/vtk.git GIT_TAG
v${ogs.minimum_version.vtk} v${ogs.minimum_version.vtk}
) )
......
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