small syntax changes

This commit is contained in:
Allen Byrne
2019-09-19 16:32:40 -05:00
parent 80b371f32e
commit aa8c7b31d7
5 changed files with 21 additions and 20 deletions

View File

@@ -87,6 +87,8 @@ if (BUILD_TESTING)
-D "TEST_REFERENCE=datatypes/${example}.txt"
-P "${HDF_RESOURCES_DIR}/jrunTest.cmake"
)
set_tests_properties (JAVA_datatypes-${example} PROPERTIES DEPENDS JAVA_datatypes-${example}-copy-objects)
set_tests_properties (JAVA_datatypes-${example} PROPERTIES
DEPENDS JAVA_datatypes-${example}-copy-objects
)
endforeach ()
endif ()