Skip to content
Snippets Groups Projects
Commit e04cfc39 authored by Kenneth Moreland's avatar Kenneth Moreland Committed by Kitware Robot
Browse files

Merge topic 'update-vtkm-version'


4a4cde67 Update the minimum VTK-m to 2.1

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Reviewed-by: default avatarCaitlin Ross <caitlin.ross@kitware.com>
Merge-request: !165
parents 34c00176 4a4cde67
Branches
No related tags found
1 merge request!165Update the minimum VTK-m to 2.1
Pipeline #406880 passed
......@@ -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