Skip to content

Commit

Permalink
Merge pull request #3764 from SimonRit/RTKConsortiumModules
Browse files Browse the repository at this point in the history
ENH: Upgrade RTK and CudaCommon with new RTKConsortium repository
  • Loading branch information
thewtex committed Nov 24, 2022
2 parents 49bddfa + a75529e commit 1fc47c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Modules/Remote/CudaCommon.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
itk_fetch_module(CudaCommon
"Framework for processing images with Cuda."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/SimonRit/ITKCudaCommon.git
GIT_TAG 4745a97e07496e214c1ee10ec278dcae56b010b4
GIT_REPOSITORY ${git_protocol}://github.com/RTKConsortium/ITKCudaCommon.git
GIT_TAG f5a74bc70e31048665f71b6b92500babef6f395c
)
4 changes: 2 additions & 2 deletions Modules/Remote/RTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
itk_fetch_module(RTK
"Reconstruction Toolkit (RTK) https://www.openrtk.org/"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/SimonRit/RTK.git
GIT_TAG cd65ca6079dc3f55e00b75adbbb868779dca0005
GIT_REPOSITORY ${git_protocol}://github.com/RTKConsortium/RTK.git
GIT_TAG 3f0aa3145d03b8cbc7c6d44bbfd03728b531909c
)

0 comments on commit 1fc47c7

Please sign in to comment.