summaryrefslogtreecommitdiffstats
path: root/java/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-08 18:46:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-08 18:46:25 (GMT)
commit3dd7137430c05153d5cc6a692ef66f9e5ceea91f (patch)
tree64a6c959a192da81445f32fdac712ff613a0ab94 /java/test
parentae0c16d1f2025683ad7fa6d4da2cc290f9c633d9 (diff)
downloadhdf5-3dd7137430c05153d5cc6a692ef66f9e5ceea91f.zip
hdf5-3dd7137430c05153d5cc6a692ef66f9e5ceea91f.tar.gz
hdf5-3dd7137430c05153d5cc6a692ef66f9e5ceea91f.tar.bz2
HDFFV-10581 remove special name checking
Diffstat (limited to 'java/test')
-rw-r--r--java/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/CMakeLists.txt b/java/test/CMakeLists.txt
index 937b129..eb1f715 100644
--- a/java/test/CMakeLists.txt
+++ b/java/test/CMakeLists.txt
@@ -88,7 +88,7 @@ else ()
set (CMAKE_JAVA_INCLUDE_FLAG_SEP ":")
endif ()
-set (CMD_ARGS "-Dhdf.hdf5lib.H5.loadLibraryName=$<TARGET_PROPERTY:${HDF5_JAVA_JNI_LIB_TARGET},OUTPUT_NAME$<$<CONFIG:Debug>:_DEBUG>>;")
+set (CMD_ARGS "-Dhdf.hdf5lib.H5.loadLibraryName=$<TARGET_PROPERTY:${HDF5_JAVA_JNI_LIB_TARGET}>;")
foreach (test_file ${HDF5_JAVA_TEST_SOURCES})