Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add support for conditionally building with ITKFactoryRegistration #851

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcfr
Copy link
Member

@jcfr jcfr commented Dec 5, 2017

This commit is NOT ready for integration or review. It depends on #852

This commit introduces option Slicer_USE_ITKFactoryRegistration allowing
to conditionally build with ITKFactoryRegistration. Since latest version
of ITK is expected to address IOFactory issues originally fixed by
introducing ITKFactoryRegistration library, this new option will allow
to easily build Slicer and test that it effectively works without it.

List of SlicerExecutionModel changes:

$ git shortlog 1d3e9a2..edfcb22 --no-merges
Andrey Fedorov (1):
      ENH: add pointer to the wiki documentation

Jean-Christophe Fillion-Robin (1):
      COMP: Add SEMConfigure.h and update config with SlicerExecutionModel_USE_ITKFactoryRegistration

This commit introduces option  Slicer_USE_ITKFactoryRegistration allowing
to conditionally build with ITKFactoryRegistration. Since latest version
of ITK is expected to address IOFactory issues originally fixed by
introducing ITKFactoryRegistration library, this new option will allow
to easily build Slicer and test that it effectively works without it.

List of SlicerExecutionModel changes:

$ git shortlog 1d3e9a2..edfcb22 --no-merges
Andrey Fedorov (1):
      ENH: add pointer to the wiki documentation

Jean-Christophe Fillion-Robin (1):
      COMP: Add SEMConfigure.h and update config with SlicerExecutionModel_USE_ITKFactoryRegistration
@jcfr jcfr added the wip label Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant