summaryrefslogtreecommitdiffstats
path: root/tools/h5jam
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-10 14:17:06 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-10 14:17:06 (GMT)
commit15f0ea3f174019d3e67e9157021229f0bc319a7b (patch)
tree13c459c0345de9ac3ea2caf2f6c44c3d0e72b9b1 /tools/h5jam
parentb7d9670be340447e3ffb8e0e91e9b6b250f17b18 (diff)
parent8bbe712961a9b88d5fda838ec745f40217c28c8c (diff)
downloadhdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.zip
hdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.tar.gz
hdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.tar.bz2
[svn-r27369] merge from trunk.
Diffstat (limited to 'tools/h5jam')
-rw-r--r--tools/h5jam/CMakeLists.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/h5jam/CMakeLists.txt b/tools/h5jam/CMakeLists.txt
index 4498132..ceb2eb9 100644
--- a/tools/h5jam/CMakeLists.txt
+++ b/tools/h5jam/CMakeLists.txt
@@ -50,7 +50,7 @@ if (BUILD_TESTING)
TARGET_C_PROPERTIES (testhdf5 ${LIB_TYPE} " " " ")
target_link_libraries (h5jamgentest ${HDF5_LIB_TARGET})
set_target_properties (h5jamgentest PROPERTIES FOLDER generator/tools)
-
+
#add_test (NAME h5jamgentest COMMAND $<TARGET_FILE:h5jamgentest>)
endif (HDF5_BUILD_GENERATORS AND NOT BUILD_SHARED_LIBS)
@@ -73,8 +73,5 @@ endif (BUILD_TESTING)
install (
TARGETS
h5jam h5unjam
- RUNTIME DESTINATION
- ${HDF5_INSTALL_BIN_DIR}
- COMPONENT
- toolsapplications
+ RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
)