summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-13 16:54:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-13 16:54:17 (GMT)
commit1162319719578748d6061aa1267e62b87cbb892e (patch)
tree02f08cab70a7581975024f33663e2583564f7722 /tools/h5diff
parent6bd1ca86778a5692a5b68afc68bcf42382027c35 (diff)
downloadhdf5-1162319719578748d6061aa1267e62b87cbb892e.zip
hdf5-1162319719578748d6061aa1267e62b87cbb892e.tar.gz
hdf5-1162319719578748d6061aa1267e62b87cbb892e.tar.bz2
Correct variable name
Diffstat (limited to 'tools/h5diff')
-rw-r--r--tools/h5diff/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5diff/CMakeLists.txt b/tools/h5diff/CMakeLists.txt
index 584dd92..26f2622 100644
--- a/tools/h5diff/CMakeLists.txt
+++ b/tools/h5diff/CMakeLists.txt
@@ -46,8 +46,8 @@ if (H5_HAVE_PARALLEL)
endif ()
if (BUILD_SHARED_LIBS)
add_executable (ph5diff-shared
- ${HDF5_TOOLS_SRC_H5DIFF_SOURCE_DIR}/h5diff_common.c
- ${HDF5_TOOLS_SRC_H5DIFF_SOURCE_DIR}/ph5diff_main.c
+ ${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/h5diff_common.c
+ ${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/ph5diff_main.c
)
target_include_directories (ph5diff-shared PRIVATE "${HDF5_TOOLS_DIR}/lib;${HDF5_SRC_DIR};${HDF5_BINARY_DIR};$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_INCLUDE_DIRS}>")
TARGET_C_PROPERTIES (ph5diff-shared SHARED)