Skip to content

Commit a926d4d

Browse files
committed
Use the tar.gz files from the download site.
1 parent 8747eed commit a926d4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMake/fletch-tarballs.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,14 +434,14 @@ endif()
434434

435435
if (VTK_SELECT_VERSION VERSION_EQUAL 8.2)
436436
set(VTK_version 8.2.0)
437-
set(VTK_md5 "94ba8959b56dcfa6bac996158669ac36")
437+
set(VTK_md5 "8af3307da0fc2ef8cafe4a312b821111")
438438
elseif (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
441441
elseif (fletch_ENABLE_VTK OR fletch_ENABLE_ALL_PACKAGES)
442442
message(ERROR "VTK Version ${VTK_SELECT_VERSION} Not Supported")
443443
endif()
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")
445445
list(APPEND fletch_external_sources VTK)
446446

447447
# VXL

0 commit comments

Comments
 (0)