summaryrefslogtreecommitdiffstats
path: root/java/examples/datatypes
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-09-19 20:36:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-09-19 20:36:14 (GMT)
commit58d3a2b03d1a1a3e3bdc47002c25d5c341f4426d (patch)
treeb0e716f630b3c0dd3af2146185040eb8d45f0cc3 /java/examples/datatypes
parenta97a4bba9bd179b4f40576d99853394af4dcf38a (diff)
downloadhdf5-58d3a2b03d1a1a3e3bdc47002c25d5c341f4426d.zip
hdf5-58d3a2b03d1a1a3e3bdc47002c25d5c341f4426d.tar.gz
hdf5-58d3a2b03d1a1a3e3bdc47002c25d5c341f4426d.tar.bz2
Small syntax changes
Diffstat (limited to 'java/examples/datatypes')
-rw-r--r--java/examples/datatypes/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/examples/datatypes/CMakeLists.txt b/java/examples/datatypes/CMakeLists.txt
index 70648e4..b83da0e 100644
--- a/java/examples/datatypes/CMakeLists.txt
+++ b/java/examples/datatypes/CMakeLists.txt
@@ -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 ()