Skip to content

Commit 1fc47c7

Browse files
authored
Merge pull request #3764 from SimonRit/RTKConsortiumModules
ENH: Upgrade RTK and CudaCommon with new RTKConsortium repository
2 parents 49bddfa + a75529e commit 1fc47c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Modules/Remote/CudaCommon.remote.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
itk_fetch_module(CudaCommon
4141
"Framework for processing images with Cuda."
4242
MODULE_COMPLIANCE_LEVEL 3
43-
GIT_REPOSITORY ${git_protocol}://github.com/SimonRit/ITKCudaCommon.git
44-
GIT_TAG 4745a97e07496e214c1ee10ec278dcae56b010b4
43+
GIT_REPOSITORY ${git_protocol}://github.com/RTKConsortium/ITKCudaCommon.git
44+
GIT_TAG f5a74bc70e31048665f71b6b92500babef6f395c
4545
)

Modules/Remote/RTK.remote.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
itk_fetch_module(RTK
4141
"Reconstruction Toolkit (RTK) https://www.openrtk.org/"
4242
MODULE_COMPLIANCE_LEVEL 3
43-
GIT_REPOSITORY ${git_protocol}://github.com/SimonRit/RTK.git
44-
GIT_TAG cd65ca6079dc3f55e00b75adbbb868779dca0005
43+
GIT_REPOSITORY ${git_protocol}://github.com/RTKConsortium/RTK.git
44+
GIT_TAG 3f0aa3145d03b8cbc7c6d44bbfd03728b531909c
4545
)

0 commit comments

Comments
 (0)