summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent7f831740f03b2687042c6e5ab951b9ad417d76e2 (diff)
downloadhdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.zip
hdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.tar.gz
hdf5-77aba5e8802e5fc10522e2cca8c2879d9bb1338e.tar.bz2
Remove old dependency construct
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 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)