File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ add_example( PerformMultiModalityRegistrationWithMutualInformation )
22compare_to_baseline( EXAMPLE_NAME PerformMultiModalityRegistrationWithMutualInformation BASELINE_PREFIX OutputBaseline
33 OPTIONS LABELS RUNS_LONG )
44
5- add_example( Perform2DTranslationRegistrationWithMeanSquares )
6- compare_to_baseline( EXAMPLE_NAME Perform2DTranslationRegistrationWithMeanSquares BASELINE_PREFIX OutputBaseline )
5+ if (ITKV4_COMPATIBILITY)
6+ add_example( Perform2DTranslationRegistrationWithMeanSquares )
7+ compare_to_baseline( EXAMPLE_NAME Perform2DTranslationRegistrationWithMeanSquares BASELINE_PREFIX OutputBaseline )
8+ endif ()
79
810add_example(MultiresolutionPyramidFromImage)
911compare_to_baseline(EXAMPLE_NAME MultiresolutionPyramidFromImage
You can’t perform that action at this time.
0 commit comments