Skip to content

Commit

Permalink
COMP: Fix configure error at cloning VTKExternalModule
Browse files Browse the repository at this point in the history
Re #91
  • Loading branch information
cpinter committed Mar 25, 2022
1 parent 1c36e40 commit d1a321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FetchVTKExternalModule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(proj VTKExternalModule)
set(EP_SOURCE_DIR ${CMAKE_BINARY_DIR}/${proj})
FetchContent_Populate(${proj}
SOURCE_DIR ${EP_SOURCE_DIR}
GIT_REPOSITORY git://github.com/KitwareMedical/VTKExternalModule
GIT_REPOSITORY https://github.com/KitwareMedical/VTKExternalModule
GIT_TAG 50f1c5be9c7a29e9aa768dbb632fdf74d13b4361
QUIET
)
Expand Down

0 comments on commit d1a321d

Please sign in to comment.