ITK/Release 4/Modularization/Build ITK

From KitwarePublic
< ITK‎ | Release 4‎ | Modularization
Revision as of 03:51, 1 April 2011 by Xiaoxiao (talk | contribs) (Created page with "= Key CMake options created for modular ITK = == Main mode == * I'''TKGroup<xxx>''': Select a group of modules. The default grouping of the modules can be found in CMake/ITKG...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Key CMake options created for modular ITK

Main mode

  • ITKGroup<xxx>: Select a group of modules. The default grouping of the modules can be found in CMake/ITKGroup.cmake. Users could change the categorization by editing this file according to their needs.

Advanced mode

  • Module_<module name>  : turn the switch on to build the corresponding module
  • ITK_BUILD_ALL_MODULES: turn on all the modules (in all nightly dashboard script, this option is turned on)