diff --git a/CMakeLists.txt b/CMakeLists.txt index b202b89fe1c..74f424e6b46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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