summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-29 14:21:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-29 14:21:44 (GMT)
commit9118e203f1b21c593f60b4200445cc89b04b69a1 (patch)
tree52970821eff4b6139aa33c867df3cc47b85bd53c /tools
parent1f2528189a51c3c1bf2877d57b21c26e5284c31e (diff)
downloadhdf5-9118e203f1b21c593f60b4200445cc89b04b69a1.zip
hdf5-9118e203f1b21c593f60b4200445cc89b04b69a1.tar.gz
hdf5-9118e203f1b21c593f60b4200445cc89b04b69a1.tar.bz2
[svn-r20362] Added missing character in CMake command
Diffstat (limited to 'tools')
-rw-r--r--tools/h5jam/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5jam/CMakeLists.txt b/tools/h5jam/CMakeLists.txt
index 72abc8a..0bdb558 100644
--- a/tools/h5jam/CMakeLists.txt
+++ b/tools/h5jam/CMakeLists.txt
@@ -215,7 +215,7 @@ IF (BUILD_TESTING)
)
SET_TESTS_PROPERTIES (H5JAM-UNJAM_D-${testname}-clear-objects PROPERTIES DEPENDS H5JAM-UNJAM-${testname}-clear-objects)
IF (HDF5_ENABLE_USING_MEMCHECKER)
- ADD_TEST (NAME H5JAM-UNJAM-${testname} COMMAND <TARGET_FILE:h5unjam> -i ${infile} -o ${outfile})
+ ADD_TEST (NAME H5JAM-UNJAM-${testname} COMMAND $<TARGET_FILE:h5unjam> -i ${infile} -o ${outfile})
ELSE (HDF5_ENABLE_USING_MEMCHECKER)
ADD_TEST (
NAME H5JAM-UNJAM-${testname}