summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-15 17:29:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-15 17:29:34 (GMT)
commit811bb5eeda1b0c4f07611f295545fa764c48e454 (patch)
treeffbe2de25655d57dbe7f0a23e32599e7ddb32f6a /tools
parent7424ea56d7597b88c05136f1fa978b496a232549 (diff)
downloadhdf5-811bb5eeda1b0c4f07611f295545fa764c48e454.zip
hdf5-811bb5eeda1b0c4f07611f295545fa764c48e454.tar.gz
hdf5-811bb5eeda1b0c4f07611f295545fa764c48e454.tar.bz2
HDFFV-10219 - disable debug output
Diffstat (limited to 'tools')
-rw-r--r--tools/src/h5import/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5import/CMakeLists.txt b/tools/src/h5import/CMakeLists.txt
index eea0a17..9a61beb 100644
--- a/tools/src/h5import/CMakeLists.txt
+++ b/tools/src/h5import/CMakeLists.txt
@@ -13,7 +13,7 @@ add_executable (h5import ${HDF5_TOOLS_SRC_H5IMPORT_SOURCE_DIR}/h5import.c)
TARGET_NAMING (h5import STATIC)
TARGET_C_PROPERTIES (h5import STATIC " " " ")
target_link_libraries (h5import ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET})
-set_target_properties (h5import PROPERTIES COMPILE_DEFINITIONS H5DEBUGIMPORT)
+#set_target_properties (h5import PROPERTIES COMPILE_DEFINITIONS H5DEBUGIMPORT)
set_target_properties (h5import PROPERTIES FOLDER tools)
set_global_variable (HDF5_UTILS_TO_EXPORT "${HDF5_UTILS_TO_EXPORT};h5import")