summaryrefslogtreecommitdiffstats
path: root/tools/h5jam
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-14 18:18:12 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-14 18:18:12 (GMT)
commit2461caef8af6e20c223a5df474e8ed1eb63d3e39 (patch)
tree660a01a8ebd2d612dbefea89e6265b21f342029e /tools/h5jam
parent06b2da91654ec879064dfd1205a4452b402a948d (diff)
downloadhdf5-2461caef8af6e20c223a5df474e8ed1eb63d3e39.zip
hdf5-2461caef8af6e20c223a5df474e8ed1eb63d3e39.tar.gz
hdf5-2461caef8af6e20c223a5df474e8ed1eb63d3e39.tar.bz2
Fix typo and remove test only tools from exports
Diffstat (limited to 'tools/h5jam')
-rw-r--r--tools/h5jam/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5jam/CMakeLists.txt b/tools/h5jam/CMakeLists.txt
index d6a2e70..0f1baa6 100644
--- a/tools/h5jam/CMakeLists.txt
+++ b/tools/h5jam/CMakeLists.txt
@@ -21,14 +21,12 @@ TARGET_NAMING (getub STATIC)
TARGET_C_PROPERTIES (getub STATIC " " " ")
target_link_libraries (getub ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET})
set_target_properties (getub PROPERTIES FOLDER tools)
-set_global_variable (HDF5_UTILS_TO_EXPORT "${HDF5_UTILS_TO_EXPORT};h5getub")
add_executable (tellub ${HDF5_TOOLS_H5JAM_SOURCE_DIR}/tellub.c)
TARGET_NAMING (tellub STATIC)
TARGET_C_PROPERTIES (tellub STATIC " " " ")
target_link_libraries (tellub ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET})
set_target_properties (tellub PROPERTIES FOLDER tools)
-set_global_variable (HDF5_UTILS_TO_EXPORT "${HDF5_UTILS_TO_EXPORT};h5tellub")
add_executable (h5unjam ${HDF5_TOOLS_H5JAM_SOURCE_DIR}/h5unjam.c)
TARGET_NAMING (h5unjam STATIC)