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 )
2
2
compare_to_baseline ( EXAMPLE_NAME PerformMultiModalityRegistrationWithMutualInformation BASELINE_PREFIX OutputBaseline
3
3
OPTIONS LABELS RUNS_LONG )
4
4
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 ()
7
9
8
10
add_example (MultiresolutionPyramidFromImage )
9
11
compare_to_baseline (EXAMPLE_NAME MultiresolutionPyramidFromImage
You can’t perform that action at this time.
0 commit comments