diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-29 19:31:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-29 19:31:27 (GMT) |
commit | 6fca8e80d00b23332af6dc0d694d30820e4d50cb (patch) | |
tree | 234d69f816a8ba990979ec36fdb1d413c6e5e6d7 | |
parent | 82ac7b92e3b01319dc88db8115614bca4107164e (diff) | |
download | hdf5-6fca8e80d00b23332af6dc0d694d30820e4d50cb.zip hdf5-6fca8e80d00b23332af6dc0d694d30820e4d50cb.tar.gz hdf5-6fca8e80d00b23332af6dc0d694d30820e4d50cb.tar.bz2 |
[svn-r23201] Correct option text
-rw-r--r-- | release_docs/CMake.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index 8fb5f5e..029d16d 100644 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -295,7 +295,7 @@ HDF5_STRICT_FORMAT_CHECKS "Whether to perform strict file format checks" OFF HDF5_TEST_VFD "Execute tests with different VFDs" 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_FOLDERS "Do not include CPack Packaging" OFF +HDF5_USE_FOLDERS "Enable folder grouping of projects in IDEs." OFF HDF5_WANT_DATA_ACCURACY "IF data accuracy is guaranteed during data conversions" ON HDF5_WANT_DCONV_EXCEPTION "exception handling functions is checked during data conversions" ON IF (APPLE) @@ -303,7 +303,7 @@ IF (APPLE) IF (CMAKE_BUILD_TYPE MATCHES Debug) HDF5_ENABLE_TRACE "Enable API tracing capability" ON IF (HDF5_TEST_VFD) - HDF5_TEST_FHEAP_VFD "Execute tests with different VFDs" ON + HDF5_TEST_FHEAP_VFD "Execute fheap test with different VFDs" ON IF (WIN32 AND NOT CYGWIN) HDF_LEGACY_NAMING "Use Legacy Names for Libraries and Programs" OFF HDF5_ENABLE_THREADSAFE "Enable Threadsafety" OFF |