summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-04-15 18:43:16 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-04-15 18:43:16 (GMT)
commit5d3d1da9272a0d7fb4028839c3e146bc63fbcb5a (patch)
tree791160c644d035019e7f7797876aa0ae54e6e0d2 /release_docs
parent5696c02a3cceec73cfb404b7415ca33ca1a48718 (diff)
parent9ee3d472113fc3e66ef34e40a0990ed07a2824bc (diff)
downloadhdf5-5d3d1da9272a0d7fb4028839c3e146bc63fbcb5a.zip
hdf5-5d3d1da9272a0d7fb4028839c3e146bc63fbcb5a.tar.gz
hdf5-5d3d1da9272a0d7fb4028839c3e146bc63fbcb5a.tar.bz2
Merge pull request #1652 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:check_passthrough_vol to develop
* commit '9ee3d472113fc3e66ef34e40a0990ed07a2824bc': Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL. Renamed the autotools check-vol target to check-passthrough-vol.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_CMake.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 7505196..f61f016 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -651,7 +651,7 @@ HDF5_PACKAGE_EXTLIBS "CPACK - include external libraries"
HDF5_STRICT_FORMAT_CHECKS "Whether to perform strict file format checks" OFF
HDF_TEST_EXPRESS "Control testing framework (0-3)" "0"
HDF5_TEST_VFD "Execute tests with different VFDs" OFF
-HDF5_TEST_VOL "Execute tests with different VOL connectors" OFF
+HDF5_TEST_PASSTHROUGH_VOL "Execute tests with different passthrough VOL connectors" OFF
SKIP_ERROR_STACK_TESTS "Skip tests that check the error stack" OFF
HDF5_USE_16_API_DEFAULT "Use the HDF5 1.6.x API by default" OFF
HDF5_USE_18_API_DEFAULT "Use the HDF5 1.8.x API by default" OFF