diff --git a/Testing/Applications/DisparityMap/CMakeLists.txt b/Testing/Applications/DisparityMap/CMakeLists.txt
index 9aed77b510049c9ef7890722472f58722881a8c7..d5c10b38ba82c2115e340ffee42c5e0976564a7b 100644
--- a/Testing/Applications/DisparityMap/CMakeLists.txt
+++ b/Testing/Applications/DisparityMap/CMakeLists.txt
@@ -116,8 +116,8 @@ OTB_TEST_APPLICATION(NAME apTvDmBlockMatchingTest
                              -bm.medianfilter.radius 2
                              -bm.medianfilter.incoherence 2.0
                      )
-SET_TESTS_PROPERTIES(apTvDmBlockMatchingTest PROPERTIES DEPENDS apTvDmGridBasedImageResamplingRightTest)
-SET_TESTS_PROPERTIES(apTvDmBlockMatchingTest PROPERTIES DEPENDS apTvDmGridBasedImageResamplingLeftTest)
+set_property(TEST apTvDmBlockMatchingTest APPEND PROPERTY DEPENDS apTvDmGridBasedImageResamplingRightTest)
+set_property(TEST apTvDmBlockMatchingTest APPEND PROPERTY DEPENDS apTvDmGridBasedImageResamplingLeftTest)
 
 #--- DisparityMapToElevationMap ---#
 OTB_TEST_APPLICATION(NAME apTvDmDisparityMapToElevationMap