Skip to content

ENH: Allow the developer to pass ITK build options

phcerdan requested to merge github/fork/phcerdan/pass_itk_cmake_args into master

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