summaryrefslogtreecommitdiffstats
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
parent7f831740f03b2687042c6e5ab951b9ad417d76e2 (diff)
downloadhdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.zip
hdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.tar.gz
hdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.tar.bz2
Remove old dependency construct
-rw-r--r--CMakeLists.txt1
-rw-r--r--tools/CMakeLists.txt4
2 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e44b90f..cd40b2c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -630,7 +630,6 @@ if (BUILD_TESTING)
if (NOT HDF5_EXTERNALLY_CONFIGURED)
if (EXISTS "${HDF5_SOURCE_DIR}/test" AND IS_DIRECTORY "${HDF5_SOURCE_DIR}/test")
- add_subdirectory (tools/lib)
add_subdirectory (test)
endif ()
if (H5_HAVE_PARALLEL)
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)