diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-04-11 18:27:12 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-04-11 18:27:12 (GMT) |
commit | 9ee3d472113fc3e66ef34e40a0990ed07a2824bc (patch) | |
tree | 8c2f131c5b321181e13da37aadffb7c418fb8dfd /test/CMakeTests.cmake | |
parent | ff51724bdbd1afcc494d9720e2f1192bda4810df (diff) | |
download | hdf5-9ee3d472113fc3e66ef34e40a0990ed07a2824bc.zip hdf5-9ee3d472113fc3e66ef34e40a0990ed07a2824bc.tar.gz hdf5-9ee3d472113fc3e66ef34e40a0990ed07a2824bc.tar.bz2 |
Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL.
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r-- | test/CMakeTests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index c606eb1..fa6507a 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -1149,8 +1149,8 @@ endif () ############################################################################## ############################################################################## -if (HDF5_TEST_VOL) - include (CMakeVOLTests.cmake) +if (HDF5_TEST_PASSTHROUGH_VOL) + include (CMakePassthroughVOLTests.cmake) endif () ############################################################################## |