From 46454a1b484d4d7eed2049eb6b0b0bdd15e850b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Fri, 12 Jan 2024 17:08:29 -0500 Subject: [PATCH] ENH: Update Montage remote module Addressing: M:\Dashboard\ITK\Modules\Remote\Montage\test\itkMontagePCMTestSynthetic.cxx(42,3): error C3203: 'Image': unspecialized class template can't be used as a template argument for template parameter '', expected a real type [M:\Dashboard\ITK-build\Modules\Remote\Montage\test\MontageTestDriver.vcxproj] M:\Dashboard\ITK\Modules\Remote\Montage\test\itkMontagePCMTestSynthetic.cxx(42,3): the template instantiation context (the oldest one first) is M:\Dashboard\ITK\Modules\Remote\Montage\test\itkMontagePCMTestSynthetic.cxx(363,12): see reference to function template instantiation 'int PhaseCorrelationRegistration<3,double,double>(int,char *[])' being compiled M:\Dashboard\ITK\Modules\Remote\Montage\test\itkMontagePCMTestSynthetic.cxx(152,1): see reference to class template instantiation 'itk::HyperSphereImageSource' being compiled M:\Dashboard\ITK\Modules\Remote\Montage\test\itkMontagePCMTestSynthetic.cxx(42,3): while compiling class template member function 'const char *itk::HyperSphereImageSource::GetNameOfClass(void) const' M:\Dashboard\ITK\Modules\Remote\Montage\test\itkMontagePCMTestSynthetic.cxx(42,3): error C2607: static assertion failed [M:\Dashboard\ITK-build\Modules\Remote\Montage\test\MontageTestDriver.vcxproj] --- Modules/Remote/Montage.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Remote/Montage.remote.cmake b/Modules/Remote/Montage.remote.cmake index fe2f38e6e96..b87e5c248af 100644 --- a/Modules/Remote/Montage.remote.cmake +++ b/Modules/Remote/Montage.remote.cmake @@ -50,4 +50,4 @@ itk_fetch_module( GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMontage.git GIT_TAG - b91741f4f1746449dc70f08c7cc13c26cafa7d98) + 53f0970fe3ed9a257c8e7f1e6b1ab547840f8fa8)