diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-28 16:38:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-28 16:38:52 (GMT) |
commit | 3abf58dce034dd9e5afabbdd7d1d80c1ba4374ad (patch) | |
tree | 84daa28a8ab25b5f39fb9773ffa77b08fcdf5e69 /examples/CMakeLists.txt | |
parent | 238a207f2dedb9b4e5a33e6701a96e3ab055895d (diff) | |
download | hdf5-3abf58dce034dd9e5afabbdd7d1d80c1ba4374ad.zip hdf5-3abf58dce034dd9e5afabbdd7d1d80c1ba4374ad.tar.gz hdf5-3abf58dce034dd9e5afabbdd7d1d80c1ba4374ad.tar.bz2 |
Remove example VOL connector, since it's been superceded by the pass-through
VOL connector in the src subdirectory.
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 9956b06..2239d64 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -37,7 +37,6 @@ set (examples h5_vds-percival h5_vds-percival-unlim h5_vds-percival-unlim-maxmin - h5_vol_external_log_native ) foreach (example ${examples}) |