summaryrefslogtreecommitdiffstats
path: root/tools/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-29 21:39:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-29 21:39:25 (GMT)
commitc5e2d975734d6e7a88fb48b76ec7e11d0a7763de (patch)
tree4e71abdc2784be2af5af67d618de3aa8b2bc26c2 /tools/src
parent1eb6a4512ba275681b075e96c7be92511a6b8b2b (diff)
downloadhdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.zip
hdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.tar.gz
hdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.tar.bz2
Small fixes for tools and skip autotools tests for no filter
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/h5diff/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/h5diff/CMakeLists.txt b/tools/src/h5diff/CMakeLists.txt
index c1021e4..2009a14 100644
--- a/tools/src/h5diff/CMakeLists.txt
+++ b/tools/src/h5diff/CMakeLists.txt
@@ -10,7 +10,7 @@ if (NOT ONLY_SHARED_LIBS)
${HDF5_TOOLS_SRC_H5DIFF_SOURCE_DIR}/h5diff_main.c
)
target_include_directories (h5diff PRIVATE "${HDF5_TOOLS_DIR}/lib;${HDF5_SRC_DIR};${HDF5_BINARY_DIR};$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_INCLUDE_DIRS}>")
- #target_compile_definitions(h5diff PRIVATE H5_TOOLS_DEBUG)
+ #target_compile_definitions (h5diff PRIVATE H5_TOOLS_DEBUG)
TARGET_C_PROPERTIES (h5diff STATIC)
target_link_libraries (h5diff PRIVATE ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET})
set_target_properties (h5diff PROPERTIES FOLDER tools)
@@ -24,7 +24,7 @@ if (BUILD_SHARED_LIBS)
${HDF5_TOOLS_SRC_H5DIFF_SOURCE_DIR}/h5diff_main.c
)
target_include_directories (h5diff-shared PRIVATE "${HDF5_TOOLS_DIR}/lib;${HDF5_SRC_DIR};${HDF5_BINARY_DIR};$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_INCLUDE_DIRS}>")
- #target_compile_definitions(h5diff-shared PRIVATE H5_TOOLS_DEBUG)
+ #target_compile_definitions (h5diff-shared PRIVATE H5_TOOLS_DEBUG)
TARGET_C_PROPERTIES (h5diff-shared SHARED)
target_link_libraries (h5diff-shared PRIVATE ${HDF5_TOOLS_LIBSH_TARGET} ${HDF5_LIBSH_TARGET})
set_target_properties (h5diff-shared PROPERTIES FOLDER tools)