Skip to content

Commit

Permalink
VMTK compatible with ITK 5 for MITK 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsoJASL authored and JostMigenda committed May 8, 2024
1 parent b1aead6 commit 6a5a6cc
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 @@ -35,7 +35,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_TAG "f9ed6280b40fbfabd11f2b54c4a432a0a9b382f9" CACHE STRING "The git tag/hash to be used when cloning from VMTK_GIT_REPOSITORY")
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)

if (UNIX)
Expand Down

0 comments on commit 6a5a6cc

Please sign in to comment.