Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ mark_as_advanced(ITK_LEGACY_SILENT ITK_LEGACY_REMOVE ITK_FUTURE_LEGACY_REMOVE IT
if(ITKV4_COMPATIBILITY AND ITK_LEGACY_REMOVE)
message(FATAL_ERROR "Invalid configuration: ITKV4_COMPATIBILITY AND ITK_LEGACY_REMOVE can not both be ON")
endif()
if (NOT ITK_LEGACY_SILENT AND ITKV3_COMPATIBILITY)
message(WARNING "ITKV3_COMPATIBILITY is removed starting in ITK version 5.0.")
if (ITKV3_COMPATIBILITY)
message(FATAL_ERROR "ITKV3_COMPATIBILITY is removed starting in ITK version 5.0, this option is no longer valid.")
endif()

#-----------------------------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ add_subdirectory(Segmentation)
add_subdirectory(SpatialObjects)
add_subdirectory(Statistics)
add_subdirectory(RegistrationITKv4)

if(ITKV3_COMPATIBILITY)
add_subdirectory(RegistrationITKv3)
endif()
364 changes: 0 additions & 364 deletions Examples/RegistrationITKv3/BSplineWarping1.cxx

This file was deleted.

Loading