Skip to content

Commit

Permalink
Update GitHub URL in VMTK.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Louise Bowler <LouiseABowler@users.noreply.github.com>
  • Loading branch information
JostMigenda and LouiseABowler committed Jun 7, 2024
1 parent 303791a commit 5051b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CemrgApp/CMakeExternals/VMTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(MITK_USE_VMTK)
)
endif()

set(VMTK_GIT_REPOSITORY "https://github.com/CemrgDevelopers/vmtk.git" CACHE STRING "The git repository for cloning VMTK")
set(VMTK_GIT_REPOSITORY "https://github.com/OpenHeartDevelopers/vmtk.git" CACHE STRING "The git repository for cloning VMTK")
set(VMTK_GIT_TAG "098885746923a181909f4756979968925934e6ad" CACHE STRING "The git tag/hash to be used when cloning from VMTK_GIT_REPOSITORY")
mark_as_advanced(VMTK_GIT_REPOSITORY VMTK_GIT_TAG)

Expand Down

0 comments on commit 5051b12

Please sign in to comment.