summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-05 22:10:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-05 22:10:33 (GMT)
commit77aba5e8802e5fc10522e2cca8c2879d9bb1338e (patch)
treeeeeebff38e39c2f03a08d1d56f9ddb6c360bc77c /tools
parent7f831740f03b2687042c6e5ab951b9ad417d76e2 (diff)
downloadhdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.zip
hdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.tar.gz
hdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.tar.bz2
Remove old dependency construct
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 8f4372a..0b812bf 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -14,9 +14,7 @@ INCLUDE_DIRECTORIES (${HDF5_TOOLS_SOURCE_DIR}/lib)
# --------------------------------------------------------------------
# If testing was NOT enabled, then we need to build the tools library
# --------------------------------------------------------------------
-if (NOT BUILD_TESTING)
- add_subdirectory (lib)
-endif ()
+add_subdirectory (lib)
#-- Add the h5diff and test executables
add_subdirectory (h5diff)