Small syntax changes

This commit is contained in:
Allen Byrne
2019-09-19 15:36:14 -05:00
parent a97a4bba9b
commit 58d3a2b03d
4 changed files with 20 additions and 7 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 ()