summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2017-11-02 16:33:08 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2017-11-02 16:33:08 (GMT)
commit0d2fd7ae0cd19c2eb040a4ad733b50c7652639cc (patch)
treea12f0b416e987e22f6dcf81419ac51f9cb4b12a5 /hl
parentef1f2f61e2a0cc9540b44d48ad417f3527df70aa (diff)
downloadhdf5-0d2fd7ae0cd19c2eb040a4ad733b50c7652639cc.zip
hdf5-0d2fd7ae0cd19c2eb040a4ad733b50c7652639cc.tar.gz
hdf5-0d2fd7ae0cd19c2eb040a4ad733b50c7652639cc.tar.bz2
Make a fix to allow CMake testing which does not use relative directories.
Diffstat (limited to 'hl')
-rw-r--r--hl/tools/h5watch/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/CMakeLists.txt b/hl/tools/h5watch/CMakeLists.txt
index fde40e3..6b8d5f2 100644
--- a/hl/tools/h5watch/CMakeLists.txt
+++ b/hl/tools/h5watch/CMakeLists.txt
@@ -5,7 +5,7 @@ PROJECT (HDF5_HL_TOOLS_H5WATCH)
# Define Sources
#-----------------------------------------------------------------------------
set (H5WATCH_SOURCES
- ${HDF5_HL_TOOLS_H5WATCH_SOURCE_DIR}/h5watch
+ ${HDF5_HL_TOOLS_H5WATCH_SOURCE_DIR}/h5watch.c
)
#-- Add h5watch program