Skip to content

Commit

Permalink
Merge pull request #125 from rmukh/patch-1
Browse files Browse the repository at this point in the history
Fix broken git repo
  • Loading branch information
tashrifbillah authored Jan 17, 2020
2 parents 017c06f + 6b7b0fb commit 449f258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_VTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif()

if((NOT DEFINED VTK_DIR OR NOT DEFINED VTK_SOURCE_DIR) AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})

set(${proj}_GIT_REPOSITORY "${git_protocol}://www.vtk.org/VTK.git" CACHE STRING "Repository from which to get VTK" FORCE)
set(${proj}_GIT_REPOSITORY "${git_protocol}://github.com/Kitware/VTK.git" CACHE STRING "Repository from which to get VTK" FORCE)
set(${proj}_GIT_TAG "v7.1.1") #"b86da7eef93f75c4a7f524b3644523ae6b651bc4") # VTK v7.1.1

## Use ../VTK/Utilities/Maintenance/WhatModulesVTK.py ../VTK ./
Expand Down

0 comments on commit 449f258

Please sign in to comment.