Skip to content
Snippets Groups Projects
Commit 4a4cde67 authored by Kenneth Moreland's avatar Kenneth Moreland
Browse files

Update the minimum VTK-m to 2.1

VTK-m 2.1 contains some important features to support reading and writing
vector fields of different sizes. FIDES is updated to require this newer
version to take advantage of these features.
parent 34c00176
Branches
No related tags found
1 merge request!165Update the minimum VTK-m to 2.1
......@@ -27,8 +27,9 @@ if (ADIOS2_VERSION VERSION_GREATER_EQUAL "2.8.0")
set(ADIOS_DEFS FIDES_ADIOS_HAS_RANDOM_ACCESS)
endif()
# need to continue to support v1.9 for awhile
find_package(VTKm REQUIRED)
# Minimum VTK-m version is 2.1. Future versions of VTK-m should maintain
# backward compatibility.
find_package(VTKm 2.1 REQUIRED)
if (VTKm_ENABLE_CUDA)
enable_language(CUDA)
......
## Update the minimum VTK-m to 2.1
VTK-m 2.1 contains some important features to support reading and writing
vector fields of different sizes. FIDES is updated to require this newer
version to take advantage of these features.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment