Skip to content

Commit

Permalink
DOC: updated comment for ITK_FUTURE_LEGACY_REMOVE
Browse files Browse the repository at this point in the history
Changed ITKv5 to ITKv6.
  • Loading branch information
issakomi authored and dzenanz committed Oct 20, 2022
1 parent 88120e6 commit 37e46fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ cmake_dependent_option(ITK_LEGACY_REMOVE
# These ITK_FUTURE_LEGACY_REMOVE are another level of granularity for
# which backwards compatible features we want to maintain.
cmake_dependent_option(ITK_FUTURE_LEGACY_REMOVE
"Completely remove compilation of code which will become deprecated by default in ITKv5." OFF
"Completely remove compilation of code which will become deprecated by default in ITKv6." OFF
"ITK_LEGACY_REMOVE" OFF)
cmake_dependent_option(ITK_LEGACY_SILENT
"Silence all legacy code messages when ITK_LEGACY_REMOVE:BOOL=OFF." OFF
Expand Down

0 comments on commit 37e46fd

Please sign in to comment.