diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-10 19:46:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-10 19:46:59 (GMT) |
commit | f92ccce1f9134ccb06c59278075403657392ee0c (patch) | |
tree | b53e15c8cdbd76a0e9697ee146f88c0cbd97662b /java/examples/datasets | |
parent | bd6de98d175b8fee9e7ba6a647a380a7b4295e1b (diff) | |
download | hdf5-f92ccce1f9134ccb06c59278075403657392ee0c.zip hdf5-f92ccce1f9134ccb06c59278075403657392ee0c.tar.gz hdf5-f92ccce1f9134ccb06c59278075403657392ee0c.tar.bz2 |
HDFFV-10297 merge from develop
Diffstat (limited to 'java/examples/datasets')
-rw-r--r-- | java/examples/datasets/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/examples/datasets/CMakeLists.txt b/java/examples/datasets/CMakeLists.txt index d698cfd..3972ec8 100644 --- a/java/examples/datasets/CMakeLists.txt +++ b/java/examples/datasets/CMakeLists.txt @@ -101,7 +101,7 @@ if (BUILD_TESTING) endif (H5_HAVE_FILTER_SZIP) foreach (example ${HDF_JAVA_EXAMPLES}) - if (${example} STREQUAL "H5Ex_D_External") + if ("${example}" STREQUAL "H5Ex_D_External") add_test ( NAME JAVA_datasets-${example}-clear-objects COMMAND ${CMAKE_COMMAND} @@ -129,7 +129,7 @@ if (BUILD_TESTING) ) set_tests_properties (JAVA_datasets-${example}-copy-objects PROPERTIES DEPENDS JAVA_datasets-${example}-clear-objects) set (last_test "JAVA_datasets-${example}-copy-objects") - if (${example} STREQUAL "H5Ex_D_Szip") + if ("${example}" STREQUAL "H5Ex_D_Szip") if (USE_FILTER_SZIP) ADD_H5_TEST (${example} 0) endif () |