File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -434,14 +434,14 @@ endif()
434434
435435if (VTK_SELECT_VERSION VERSION_EQUAL 8.2)
436436 set (VTK_version 8.2.0)
437- set (VTK_md5 "94ba8959b56dcfa6bac996158669ac36 " )
437+ set (VTK_md5 "8af3307da0fc2ef8cafe4a312b821111 " )
438438elseif (VTK_SELECT_VERSION VERSION_EQUAL 8.0)
439439 set (VTK_version 8.0.1)
440- set (VTK_md5 "c248dbe8ffd9b74c6f41199e66d6c690 " ) # v8.0.1
440+ set (VTK_md5 "692d09ae8fadc97b59d35cab429b261a " ) # v8.0.1
441441elseif (fletch_ENABLE_VTK OR fletch_ENABLE_ALL_PACKAGES)
442442 message (ERROR "VTK Version ${VTK_SELECT_VERSION} Not Supported" )
443443endif ()
444- set (VTK_url "http://www.vtk.org/files/release/${VTK_SELECT_VERSION} /VTK-${VTK_version} .zip " )
444+ set (VTK_url "http://www.vtk.org/files/release/${VTK_SELECT_VERSION} /VTK-${VTK_version} .tar.gz " )
445445list (APPEND fletch_external_sources VTK)
446446
447447# VXL
You can’t perform that action at this time.
0 commit comments