diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-21 17:41:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-21 17:41:02 (GMT) |
commit | 909fa39bc75f850b0f32e48e9b0f1bcd9f1be573 (patch) | |
tree | 5f2f1ade3cd27956c58bb5eee42cc66736b48b0f | |
parent | 99d1f614f1b8a07a0e1f9694cf3665ed47d3eaee (diff) | |
download | hdf5-909fa39bc75f850b0f32e48e9b0f1bcd9f1be573.zip hdf5-909fa39bc75f850b0f32e48e9b0f1bcd9f1be573.tar.gz hdf5-909fa39bc75f850b0f32e48e9b0f1bcd9f1be573.tar.bz2 |
Update option text
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8433163..a16cb08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -756,10 +756,10 @@ if (BUILD_TESTING) mark_as_advanced (HDF5_TEST_FHEAP_VFD) endif () - option (HDF5_TEST_VOL "Execute tests with different VOLs" OFF) + option (HDF5_TEST_VOL "Execute tests with different VOL connectors" OFF) mark_as_advanced (HDF5_TEST_VOL) if (HDF5_TEST_VOL) - option (HDF5_TEST_FHEAP_VOL "Execute tests with different VOLs" ON) + option (HDF5_TEST_FHEAP_VOL "Execute fheap test with different VOL connectors" ON) mark_as_advanced (HDF5_TEST_FHEAP_VOL) endif () diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 1c00fde..8acd35f 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 VOLs" OFF +HDF5_TEST_VOL "Execute tests with different VOL connectors" 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 HDF5_USE_110_API_DEFAULT "Use the HDF5 1.10.x API by default" OFF |