ENH: Allow the developer to pass ITK build options

Using CACHE variable: Slicer_ITK_EXTRA_CMAKE_ARGS:STRING This allows to build modules that might be needed for Modules, or custom apps.

Example: -DSlicer_ITK_EXTRA_CMAKE_ARGS:STRING=-DModule_XXX:BOOL=ON;

Merge request reports

Loading