diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-04-10 15:52:18 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-04-10 15:52:18 (GMT) |
commit | df83d7813466fcb38b344361960681354a54af2a (patch) | |
tree | 8a201de5c0f44e9d2ac3404adbea0a590bc32621 /tools/test/h5diff | |
parent | 744d2d3d8c5660dd9758c74cf9d3c76bc172cdf3 (diff) | |
download | hdf5-df83d7813466fcb38b344361960681354a54af2a.zip hdf5-df83d7813466fcb38b344361960681354a54af2a.tar.gz hdf5-df83d7813466fcb38b344361960681354a54af2a.tar.bz2 |
HDFFV-10444 fix so numbers and merge java test changes
Diffstat (limited to 'tools/test/h5diff')
-rw-r--r-- | tools/test/h5diff/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5diff/CMakeLists.txt b/tools/test/h5diff/CMakeLists.txt index aae6327..dd7da66 100644 --- a/tools/test/h5diff/CMakeLists.txt +++ b/tools/test/h5diff/CMakeLists.txt @@ -31,7 +31,7 @@ if (BUILD_SHARED_LIBS) add_library (${HDF5_TOOL_PLUGIN_LIB_TARGET} SHARED dynlib_diff.c) TARGET_C_PROPERTIES (${HDF5_TOOL_PLUGIN_LIB_TARGET} SHARED " " " ") target_link_libraries (${HDF5_TOOL_PLUGIN_LIB_TARGET} ${HDF5_TEST_LIB_TARGET}) - H5_SET_LIB_OPTIONS (${HDF5_TOOL_PLUGIN_LIB_TARGET} ${HDF5_TOOL_PLUGIN_LIB_NAME} SHARED ${HDF5_PACKAGE_SOVERSION}) + H5_SET_LIB_OPTIONS (${HDF5_TOOL_PLUGIN_LIB_TARGET} ${HDF5_TOOL_PLUGIN_LIB_NAME} SHARED "LIB") # make plugins dir file (MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/plugins") |