diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-21 18:22:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-21 18:22:32 (GMT) |
commit | 991996b25122ff010b9af1bbb6cc05be491ce038 (patch) | |
tree | a1416d76f291ed8faf46373dc9d535842aa0993b /c++/test | |
parent | 909fa39bc75f850b0f32e48e9b0f1bcd9f1be573 (diff) | |
download | hdf5-991996b25122ff010b9af1bbb6cc05be491ce038.zip hdf5-991996b25122ff010b9af1bbb6cc05be491ce038.tar.gz hdf5-991996b25122ff010b9af1bbb6cc05be491ce038.tar.bz2 |
Remove unused CMake files
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/CMakeTests.cmake | 10 | ||||
-rw-r--r-- | c++/test/CMakeVOLTests.cmake | 19 |
2 files changed, 0 insertions, 29 deletions
diff --git a/c++/test/CMakeTests.cmake b/c++/test/CMakeTests.cmake index a1c07f7..02bff3e 100644 --- a/c++/test/CMakeTests.cmake +++ b/c++/test/CMakeTests.cmake @@ -56,13 +56,3 @@ set_tests_properties (CPP_testhdf5 PROPERTIES DEPENDS CPP_testhdf5-clear-objects if (HDF5_TEST_VFD) include (CMakeVFDTests.cmake) endif () - -############################################################################## -############################################################################## -### V O L T E S T S ### -############################################################################## -############################################################################## - -if (HDF5_TEST_VOL) - include (CMakeVOLTests.cmake) -endif () diff --git a/c++/test/CMakeVOLTests.cmake b/c++/test/CMakeVOLTests.cmake deleted file mode 100644 index be3ecc2..0000000 --- a/c++/test/CMakeVOLTests.cmake +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright by The HDF Group. -# All rights reserved. -# -# This file is part of HDF5. The full HDF5 copyright notice, including -# terms governing use, modification, and redistribution, is contained in -# the COPYING file, which can be found at the root of the source code -# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. -# If you do not have access to either file, you may request a copy from -# help@hdfgroup.org. -# - -############################################################################## -############################################################################## -### T E S T I N G ### -############################################################################## -############################################################################## - set (VOL_LIST - ) |