Skip to content

Commit 6ea4b8b

Browse files
committed
Add VTK version 9.0.1
1 parent a926d4d commit 6ea4b8b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CMake/fletch-tarballs.cmake

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,13 @@ list(APPEND fletch_external_sources CppDB)
429429
# VTK
430430
if (fletch_ENABLE_VTK OR fletch_ENABLE_ALL_PACKAGES)
431431
set(VTK_SELECT_VERSION 8.2 CACHE STRING "Select the version of VTK to build.")
432-
set_property(CACHE VTK_SELECT_VERSION PROPERTY STRINGS 8.0 8.2)
432+
set_property(CACHE VTK_SELECT_VERSION PROPERTY STRINGS 8.0 8.2 9.0)
433433
endif()
434434

435-
if (VTK_SELECT_VERSION VERSION_EQUAL 8.2)
435+
if (VTK_SELECT_VERSION VERSION_EQUAL 9.0)
436+
set(VTK_version 9.0.1)
437+
set(VTK_md5 "b3ba14d616c3b23583c42cffb585deac")
438+
elseif (VTK_SELECT_VERSION VERSION_EQUAL 8.2)
436439
set(VTK_version 8.2.0)
437440
set(VTK_md5 "8af3307da0fc2ef8cafe4a312b821111")
438441
elseif (VTK_SELECT_VERSION VERSION_EQUAL 8.0)

0 commit comments

Comments
 (0)