summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-14 18:13:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-14 18:13:25 (GMT)
commit321db89a65909c02d7279fed7e8b7a3585cde8da (patch)
tree0a1500ba37e175353ca1f626c1fca217ecdbcb8a /tools
parentfabfa3c1f44ee43598f88edbe5b0bf7409f1ec6f (diff)
downloadhdf5-321db89a65909c02d7279fed7e8b7a3585cde8da.zip
hdf5-321db89a65909c02d7279fed7e8b7a3585cde8da.tar.gz
hdf5-321db89a65909c02d7279fed7e8b7a3585cde8da.tar.bz2
Remove test only tools from exports
Diffstat (limited to 'tools')
-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 395ef0e..edf121f 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)