📝 Description
The Windows build does not properly locate the SofaIGTLink component, as reported in this CDash test. This appears to require conditional configuration for the Windows-specific path in the SlicerSofaEnvironment Python module.
Error details:
[ERROR] [RequiredPlugin(SofaIGTLink)] Plugin loading failed (C:/D/P/S-0-E-b/SlicerSOFA-build/inner-build/lib/Slicer-5.7/qt-scripted-modules/SofaEnvironment/../../../../../Sofa-build/bin/Release/SofaIGTLink.dll): function initExternalModule() not found. The following error was received: The specified procedure could not be found.
Failed to load: ["SofaIGTLink"]
A related issue is with the naming, scope and dependencies for the SofaIGTLink plugin sofa-framework/Sofa.IGTLink#11
📝 Description
The Windows build does not properly locate the
SofaIGTLinkcomponent, as reported in this CDash test. This appears to require conditional configuration for the Windows-specific path in theSlicerSofaEnvironmentPython module.Error details:
A related issue is with the naming, scope and dependencies for the
SofaIGTLinkplugin sofa-framework/Sofa.IGTLink#11