Skip to content

Commit

Permalink
DOC: Improve factory registration disablement doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 2, 2022
1 parent 4f68349 commit 2c94866
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMake/ITKFactoryRegistration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
# Disabling static registration
# -----------------------------
#
# Setting variable `ITK_NO_<factory_name_uc>_FACTORY_REGISTER_MANAGER` to `OFF` prior calling
# Setting variable `ITK_NO_<factory_name_uc>_FACTORY_REGISTER_MANAGER` to `ON` prior calling
# `include(${ITK_USE_FILE})` disables the static registration.
# Here <factory_name_uc> is the upper case name of the factory. For example,
# `IMAGEIO`, `MESHIO`, `TRANSFORMIO`, or `FFT`.
#
# All factories can be disabled with the following CMake code:
# foreach(_factory_name ${ITK_FACTORY_LIST})
Expand Down

0 comments on commit 2c94866

Please sign in to comment.