ITK/Release 4/Modularization/Configure ITK: Difference between revisions
From KitwarePublic
< ITK | Release 4 | Modularization
Jump to navigationJump to search
(Created page with "= 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/ITKGro...") |
|||
Line 2: | Line 2: | ||
== Main mode == | == Main mode == | ||
* [[ITKGroup<xxx>]]: Select a group of modules. The default grouping of the modules can be found in CMake/ITKGroup.cmake. | * [[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 == | == Advanced mode == | ||
* Module_<module name> : turn the switch on to build the corresponding module | * 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) | * ITK_BUILD_ALL_MODULES: turn on all the modules (in all nightly dashboard script, this option is turned on) |
Revision as of 13:36, 4 April 2011
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)