Skip to content

Commit

Permalink
COMP: Load elastix components in webassembly builds
Browse files Browse the repository at this point in the history
We still need to load the elastix components.
  • Loading branch information
thewtex committed Oct 1, 2023
1 parent bc1829f commit 1054467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Install/elxComponentLoader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ ComponentLoader::LoadComponents()
itk::MeshIOFactoryRegisterManagerInstance,
itk::TransformIOFactoryRegisterManagerInstance);
(void)ioFactoryRegisterManagerInstances;
#endif

int installReturnCode = 0;

Expand All @@ -168,7 +169,6 @@ ComponentLoader::LoadComponents()
}

log::info("InstallingComponents was successful.\n");
#endif

return 0;

Expand Down

0 comments on commit 1054467

Please sign in to comment.