I am trying to setup the new CI infrastructure in RTK but the windows “build-test-cxx” fails, see
When doing the same compilation locally, it turns out that the IO DLLs (ITKIOGDCM-5.2.dll, ITKIOTIFF-5.2.dll, ITKIOMeta-5.2.dll, ITKIOImageBase-5.2.dll) are not found and the tests are not executed. Do you know what could be wrong?
Thanks for the suggestion. Indeed, RTK would probably benefit a refactoring to ITK standard. But even when I tried to do it for one test, I still get the same error. See the new (temp) version of the CMakeLists.txt
and the result of the compilation here. Any other suggestion?
For the record, it was just a problem of ITK shared libraries not being in the path. See this PR in the template module to avoid similar problems in the future: